MCPcopy Index your code
hub / github.com/anomalyco/opencode / stdin

Function stdin

packages/opencode/src/git/index.ts:108–108  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

106 const appProcess = yield* AppProcess.Service
107 const encoder = new TextEncoder()
108 const stdin = (text: string) => Stream.make(encoder.encode(text))
109
110 const run = Effect.fn("Git.run")(
111 function* (args: string[], opts: Options) {

Callers 1

index.tsFile · 0.70

Calls 1

makeMethod · 0.45

Tested by

no test coverage detected