type fakeTestDeps … type corpusEntry … //nolint:unused // U1000 see comment above, we know it's unused normally. func (fakeTestDeps) ImportPath() string { … } //nolint:unused // U1000 see comment above, we know it's unused normally. func (fakeTestDeps) MatchString(pat, str string) (bool, error) { … } //nolint:unused // U1000 see comment above, we know it's unused normally. func (fakeTestDeps) SetPanicOnExit0(bool) { … } //nolint:unused // U1000 see comment above, we know it's unused normally. func (fakeTestDeps) StartCPUProfile(io.Writer) error { … } //nolint:unused // U1000 see comment above, we know it's unused normally. func (fakeTestDeps) StopCPUProfile() { … } //nolint:unused // U1000 see comment above, we know it's unused normally. func (fakeTestDeps) StartTestLog(io.Writer) { … } //nolint:unused // U1000 see comment above, we know it's unused normally. func (fakeTestDeps) StopTestLog() error { … } //nolint:unused // U1000 see comment above, we know it's unused normally. func (fakeTestDeps) WriteHeapProfile(io.Writer) error { … } //nolint:unused // U1000 see comment above, we know it's unused normally. func (fakeTestDeps) WriteProfileTo(string, io.Writer, int) error { … } //nolint:unused // U1000 see comment above, we know it's unused normally. func (fakeTestDeps) CoordinateFuzzing(time.Duration, int64, time.Duration, int64, int, []corpusEntry, []reflect.Type, string, string) error { … } //nolint:unused // U1000 see comment above, we know it's unused normally. func (fakeTestDeps) RunFuzzWorker(func(corpusEntry) error) error { … } //nolint:unused // U1000 see comment above, we know it's unused normally. func (fakeTestDeps) ReadCorpus(string, []reflect.Type) ([]corpusEntry, error) { … } //nolint:unused // U1000 see comment above, we know it's unused normally. func (fakeTestDeps) CheckCorpus([]any, []reflect.Type) error { … } //nolint:unused // U1000 see comment above, we know it's unused normally. func (fakeTestDeps) ResetCoverage() { … } //nolint:unused // U1000 see comment above, we know it's unused normally. func (fakeTestDeps) SnapshotCoverage() { … } //nolint:unused // U1000 see comment above, we know it's unused normally. func (fakeTestDeps) InitRuntimeCoverage() (mode string, tearDown func(string, string) (string, error), snapcov func() float64) { … }