Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for peekInput (0.1 sec)

  1. src/internal/fuzz/fuzz.go

    		}
    	}
    	c.countLastLog = c.count
    	c.timeLastLog = now
    }
    
    // peekInput returns the next value that should be sent to workers.
    // If the number of executions is limited, the returned value includes
    // a limit for one worker. If there are no executions left, peekInput returns
    // a zero value and false.
    //
    // peekInput doesn't actually remove the input from the queue. The caller
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 26 19:58:28 UTC 2024
    - 34.1K bytes
    - Viewed (0)
Back to top