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

Method SetAutoComplete

pprof.go:107–109  ·  view source on GitHub ↗

SetAutoComplete instructs the UI to call complete(cmd) to obtain the auto-completion of cmd, if the UI supports auto-completion at all.

(complete func(string) string)

Source from the content-addressed store, hash-verified

105// SetAutoComplete instructs the UI to call complete(cmd) to obtain
106// the auto-completion of cmd, if the UI supports auto-completion at all.
107func (r *readlineUI) SetAutoComplete(complete func(string) string) {
108 // TODO: Implement auto-completion support.
109}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected