MCPcopy Create free account
hub / github.com/Noumena-Network/code / read

Function read

src/ink/components/App.handleReadable.test.ts:8–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6 return {
7 isTTY: true,
8 read() {
9 return chunks.shift() ?? null
10 },
11 } as unknown as NodeJS.ReadStream
12}
13

Callers

nothing calls this directly

Calls 1

shiftMethod · 0.80

Tested by

no test coverage detected