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

Method IsTerminal

browsertests/testutils.go:197–197  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

195
196func (ui testUI) ReadLine(_ string) (string, error) { return "", io.EOF }
197func (ui testUI) IsTerminal() bool { return false }
198func (ui testUI) WantBrowser() bool { return false }
199func (ui testUI) SetAutoComplete(_ func(string) string) {}
200func (ui testUI) Print(args ...interface{}) {} // discard

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected