Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for peekMinimizeInput (0.21 sec)

  1. src/internal/fuzz/fuzz.go

    		entry:        result.entry,
    		crasherMsg:   result.crasherMsg,
    		keepCoverage: keepCoverage,
    	}
    	c.minimizeQueue.enqueue(input)
    }
    
    // peekMinimizeInput returns the next input that should be sent to workers for
    // minimization.
    func (c *coordinator) peekMinimizeInput() (fuzzMinimizeInput, bool) {
    	if !c.canMinimize() {
    		// Already making the maximum number of calls to the fuzz function.
    		// Don't send more inputs right now.
    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