Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/testing/testing.go

    	return nil, errMain
    }
    func (f matchStringOnly) CheckCorpus([]any, []reflect.Type) error { return nil }
    func (f matchStringOnly) ResetCoverage()                          {}
    func (f matchStringOnly) SnapshotCoverage()                       {}
    
    func (f matchStringOnly) InitRuntimeCoverage() (mode string, tearDown func(string, string) (string, error), snapcov func() float64) {
    	return
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 76.1K bytes
    - Viewed (0)
Back to top