Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/google/zx
/ stdin
Function
stdin
src/core.ts:506–508 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
504
}
505
506
get stdin(): Writable {
507
return
this.child?.stdin!
508
}
509
510
get stdout(): Readable {
511
return
this.child?.stdout!
Callers
2
goods.test.ts
File · 0.90
readScriptFromStdin
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…