Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SnapshotCoverage (0.29 sec)

  1. src/testing/fuzz.go

    			// exits, regardless of whether it was executed cleanly, panicked,
    			// or if the fuzzFn called t.Fatal.
    			if f.testContext.isFuzzing {
    				defer f.fuzzContext.deps.SnapshotCoverage()
    				f.fuzzContext.deps.ResetCoverage()
    			}
    			fn.Call(args)
    		})
    		<-t.signal
    		if t.chatty != nil && t.chatty.json {
    			t.chatty.Updatef(t.parent.name, "=== NAME  %s\n", t.parent.name)
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 26 22:55:25 UTC 2024
    - 22.9K bytes
    - Viewed (0)
Back to top