Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for hookWrite (0.08 sec)

  1. src/cmd/cover/cover.go

    	//
    	//   counterVar[0] = <num_units>
    	//   counterVar[1] = pkgId
    	//   counterVar[2] = fnId
    	//
    	cv := f.fn.counterVar
    	regHook := hookWrite(cv, 0, strconv.Itoa(len(f.fn.units))) + " ; " +
    		hookWrite(cv, 1, mkPackageIdExpression()) + " ; " +
    		hookWrite(cv, 2, strconv.Itoa(int(funcId))) + singleCtr
    
    	// Insert the registration sequence into the function. We want this sequence to
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 14 19:41:17 UTC 2024
    - 34.5K bytes
    - Viewed (0)
Back to top