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

Method Print

browsertests/testutils.go:200–200  ·  view source on GitHub ↗
(args ...interface{})

Source from the content-addressed store, hash-verified

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...))
203}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected