MCPcopy Create free account
hub / github.com/openclaw/gogcli / stdoutWriter

Function stdoutWriter

internal/cmd/runtime.go:390–392  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

388}
389
390func stdoutWriter(ctx context.Context) io.Writer {
391 return commandIO(ctx).Out
392}
393
394func stderrWriter(ctx context.Context) io.Writer {
395 return commandIO(ctx).Err

Callers 15

RunMethod · 0.85
RunMethod · 0.85
RunMethod · 0.85
RunMethod · 0.85
RunMethod · 0.85
runFreeBusyMethod · 0.85
runEventsMethod · 0.85
RunMethod · 0.85
RunMethod · 0.85
RunMethod · 0.85
RunMethod · 0.85
RunMethod · 0.85

Calls 1

commandIOFunction · 0.85

Tested by

no test coverage detected