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

Method close

components/runtime/src/ts/unstable/streams.ts:51–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49 }
50
51 close(): void {
52 Deno.core.close(this.rid);
53 }
54}

Callers

nothing calls this directly

Calls 1

closeMethod · 0.65

Tested by

no test coverage detected