Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
h
Function · 0.45
cleanFileName
Function · 0.45
truncateMiddle
Function · 0.45
getHeader
Function · 0.45
runAll
Function · 0.45
h
Function · 0.45
runOne
Function · 0.45
runAuto
Function · 0.45
runAll
Function · 0.45
window_message_test.js
File · 0.45
sandbox_test.js
File · 0.45
joinPath
Function · 0.45
Calls
no outgoing calls
Tested by
6
makeMsg
Function · 0.36
generateKey
Function · 0.36
getPunycode
Function · 0.36
blobFromBytes
Function · 0.36
runAndCapture
Function · 0.36
runXhr
Function · 0.36