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

Function stderrWriter

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

Source from the content-addressed store, hash-verified

392}
393
394func stderrWriter(ctx context.Context) io.Writer {
395 return commandIO(ctx).Err
396}
397
398func stdinReader(ctx context.Context) io.Reader {
399 return commandIO(ctx).In

Callers 15

RunMethod · 0.85
RunMethod · 0.85
RunMethod · 0.85
ResolveMethod · 0.85
promptSecretFunction · 0.85
runJSONShellHookFunction · 0.85
RunMethod · 0.85
logZoomAuditFunction · 0.85
RunMethod · 0.85

Calls 1

commandIOFunction · 0.85

Tested by

no test coverage detected