MCPcopy Index your code
hub / github.com/scriptscat/scriptcat / slice

Method slice

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

Source from the content-addressed store, hash-verified

15 return new ArrayBuffer(0);
16 }
17 slice(): Blob {
18 return new Blob();
19 }
20 stream(): ReadableStream<Uint8Array<ArrayBufferLike>> {
21 return new ReadableStream<Uint8Array<ArrayBufferLike>>({
22 start(controller) {

Callers 15

hFunction · 0.45
cleanFileNameFunction · 0.45
truncateMiddleFunction · 0.45
getHeaderFunction · 0.45
runAllFunction · 0.45
hFunction · 0.45
runOneFunction · 0.45
runAutoFunction · 0.45
runAllFunction · 0.45
sandbox_test.jsFile · 0.45
joinPathFunction · 0.45

Calls

no outgoing calls

Tested by 6

makeMsgFunction · 0.36
generateKeyFunction · 0.36
getPunycodeFunction · 0.36
blobFromBytesFunction · 0.36
runAndCaptureFunction · 0.36
runXhrFunction · 0.36