MCPcopy Index your code
hub / github.com/Botloader/botloader / write

Method write

components/runtime/src/ts/unstable/streams.ts:2–2  ·  view source on GitHub ↗
(data: Uint8Array)

Source from the content-addressed store, hash-verified

1export interface AsyncWriter {
2 write(data: Uint8Array): Promise<number>;
3 close(): void;
4}
5

Callers 15

handle_errMethod · 0.65
fetchMethod · 0.65
delMethod · 0.65
fetch_current_userMethod · 0.65
refresh_tokenMethod · 0.65
runMethod · 0.65
subscribeMethod · 0.65
handle_entryMethod · 0.65
writeBodyMethod · 0.65

Implementers 2

NativeReaderWritercomponents/runtime/src/ts/unstable/str
RequestBodySendercomponents/runtime/src/extensions/http

Calls

no outgoing calls

Tested by 2

handle_errMethod · 0.52