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

Method SetAutoComplete

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

Source from the content-addressed store, hash-verified

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
201func (ui testUI) PrintErr(args ...interface{}) {
202 ui.T.Error("unexpected error: " + fmt.Sprint(args...))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected