Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/scriptscat/scriptcat
/ arrayBuffer
Method
arrayBuffer
tests/mocks/blob.ts:14–16 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
12
return
""
;
13
}
14
async
arrayBuffer(): Promise<ArrayBuffer> {
15
return
new
ArrayBuffer(0);
16
}
17
slice(): Blob {
18
return
new
Blob();
19
}
Callers
14
close
Function · 0.95
run
Function · 0.45
write
Method · 0.45
write
Method · 0.45
write
Method · 0.45
handleZipSkillInstall
Function · 0.45
handleZipFileSelect
Function · 0.45
toUint8Array
Function · 0.45
readRawContent
Function · 0.45
blobToUint8Array
Function · 0.45
FetchXHR
Class · 0.45
handleOPFSApi
Method · 0.45
Calls
no outgoing calls
Tested by
1
close
Function · 0.76