MCPcopy Create free account
hub / github.com/Shopify/goose / ReadLine

Method ReadLine

profiler/ui.go:163–165  ·  view source on GitHub ↗
(prompt string)

Source from the content-addressed store, hash-verified

161}
162
163func (ui *dummyUI) ReadLine(prompt string) (string, error) {
164 return "", nil
165}
166
167func (ui *dummyUI) Print(args ...interface{}) {
168 log(ui.ctx, nil).Print(args...)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected