MCPcopy Create free account
hub / github.com/google/pprof / testUI

Struct testUI

browsertests/testutils.go:192–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190}
191
192type testUI struct {
193 T testing.TB
194}
195
196func (ui testUI) ReadLine(_ string) (string, error) { return "", io.EOF }
197func (ui testUI) IsTerminal() bool { return false }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected