Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/scriptscat/scriptcat
/ getContent
Method
getContent
src/pkg/utils/jszip-x.ts:61–63 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
59
}
60
61
getContent() {
62
return
this.content;
63
}
64
65
private
async
toUint8Array(): Promise<Uint8Array<ArrayBuffer>> {
66
return
toUint8Array(this.content);
Callers
1
generateAsync
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected