Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Botloader/botloader
/ read
Method
read
components/runtime/src/ts/unstable/streams.ts:7–7 ·
view source on GitHub ↗
(buf: Uint8Array)
Source
from the content-addressed store, hash-verified
5
6
export
interface
AsyncReader {
7
read(buf: Uint8Array): Promise<number>;
8
}
9
10
export
interface
AsyncReadCloser extends AsyncReader {
Callers
11
is_complete
Method · 0.65
get_items
Method · 0.65
handle_entry
Method · 0.65
create_extensions
Function · 0.65
writeBody
Method · 0.65
readAll
Method · 0.65
read
Method · 0.65
read
Method · 0.65
read
Method · 0.65
read_byob
Method · 0.65
read_shutdown_reason
Method · 0.65
Implementers
4
NativeReaderWriter
components/runtime/src/ts/unstable/str
NativeReader
components/runtime/src/ts/unstable/str
Uint8ArrayBody
components/runtime/src/ts/httpclient.t
RequestReponseBodyResource
components/runtime/src/extensions/http
Calls
no outgoing calls
Tested by
1
is_complete
Method · 0.52