MCPcopy 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

closeFunction · 0.95
runFunction · 0.45
writeMethod · 0.45
writeMethod · 0.45
writeMethod · 0.45
handleZipSkillInstallFunction · 0.45
handleZipFileSelectFunction · 0.45
toUint8ArrayFunction · 0.45
readRawContentFunction · 0.45
blobToUint8ArrayFunction · 0.45
FetchXHRClass · 0.45
handleOPFSApiMethod · 0.45

Calls

no outgoing calls

Tested by 1

closeFunction · 0.76