MCPcopy
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.tsFile · 0.90
readScriptFromStdinFunction · 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…