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

Method ReadLine

browsertests/testutils.go:196–196  ·  view source on GitHub ↗
(_ string)

Source from the content-addressed store, hash-verified

194}
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) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected