MCPcopy Create free account
hub / github.com/Botloader/botloader / read

Method read

components/runtime/src/ts/unstable/streams.ts:47–49  ·  view source on GitHub ↗
(buf: Uint8Array)

Source from the content-addressed store, hash-verified

45 }
46
47 read(buf: Uint8Array): Promise<number> {
48 return Deno.core.read(this.rid, buf);
49 }
50
51 close(): void {
52 Deno.core.close(this.rid);

Callers

nothing calls this directly

Calls 1

readMethod · 0.65

Tested by

no test coverage detected