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

Method ReadLine

internal/driver/options.go:62–65  ·  view source on GitHub ↗
(prompt string)

Source from the content-addressed store, hash-verified

60}
61
62func (ui *stdUI) ReadLine(prompt string) (string, error) {
63 os.Stdout.WriteString(prompt)
64 return ui.r.ReadString('\n')
65}
66
67func (ui *stdUI) Print(args ...interface{}) {
68 ui.fprint(os.Stderr, args)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected