MCPcopy Create free account
hub / github.com/scriptscat/scriptcat / text

Method text

tests/mocks/blob.ts:11–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9 return "";
10 }
11 async text(): Promise<string> {
12 return "";
13 }
14 async arrayBuffer(): Promise<ArrayBuffer> {
15 return new ArrayBuffer(0);
16 }

Callers 15

onloadFunction · 0.45
readMethod · 0.45
requestMethod · 0.45
createResponseErrorMethod · 0.45
deleteMethod · 0.45
readMethod · 0.45
parseS3ErrorFunction · 0.45
listMethod · 0.45
readMethod · 0.45
createResponseErrorMethod · 0.45
deleteMethod · 0.45
readMethod · 0.45

Calls

no outgoing calls

Tested by 3

runAndCaptureFunction · 0.36
runTestScriptFunction · 0.36
runXhrFunction · 0.36