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

Method close

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

Source from the content-addressed store, hash-verified

30 }
31
32 close(): void {
33 Deno.core.close(this.rid);
34 }
35}
36
37/**

Callers

nothing calls this directly

Calls 1

closeMethod · 0.65

Tested by

no test coverage detected