Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/openclaw/gogcli
/ stdinReader
Function
stdinReader
internal/cmd/runtime.go:398–400 ·
view source on GitHub ↗
(ctx context.Context)
Source
from the content-addressed store, hash-verified
396
}
397
398
func
stdinReader(ctx context.Context) io.Reader {
399
return
commandIO(ctx).In
400
}
401
402
func
stdinIsTerminal(ctx context.Context) bool {
403
file, ok := stdinReader(ctx).(*os.File)
Callers
15
Run
Method · 0.85
Run
Method · 0.85
Run
Method · 0.85
Run
Method · 0.85
Run
Method · 0.85
resolveContentInput
Function · 0.85
readTextInput
Function · 0.85
Run
Method · 0.85
Run
Method · 0.85
Run
Method · 0.85
resolveRefreshToken
Method · 0.85
resolveAccessToken
Method · 0.85
Calls
1
commandIO
Function · 0.85
Tested by
no test coverage detected