Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
390
func
stdoutWriter(ctx context.Context) io.Writer {
391
return
commandIO(ctx).Out
392
}
393
394
func
stderrWriter(ctx context.Context) io.Writer {
395
return
commandIO(ctx).Err
Callers
15
Run
Method · 0.85
Run
Method · 0.85
Run
Method · 0.85
Run
Method · 0.85
Run
Method · 0.85
runFreeBusy
Method · 0.85
runEvents
Method · 0.85
Run
Method · 0.85
Run
Method · 0.85
Run
Method · 0.85
Run
Method · 0.85
Run
Method · 0.85
Calls
1
commandIO
Function · 0.85
Tested by
no test coverage detected