Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
export
interface
AsyncWriter {
2
write(data: Uint8Array): Promise<number>;
3
close(): void;
4
}
5
Callers
15
handle_ig_test_message
Method · 0.65
handle_err
Method · 0.65
handle_create_scripts_vm
Method · 0.65
fetch
Method · 0.65
del
Method · 0.65
fetch_current_user
Method · 0.65
fetch_current_user_guilds
Method · 0.65
refresh_token
Method · 0.65
run
Method · 0.65
subscribe
Method · 0.65
handle_entry
Method · 0.65
writeBody
Method · 0.65
Implementers
2
NativeReaderWriter
components/runtime/src/ts/unstable/str
RequestBodySender
components/runtime/src/extensions/http
Calls
no outgoing calls
Tested by
2
handle_ig_test_message
Method · 0.52
handle_err
Method · 0.52