Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/scriptscat/scriptcat
/ read
Method
read
packages/filesystem/zip/rw.ts:11–13 ·
view source on GitHub ↗
(type?: "string" | "blob")
Source
from the content-addressed store, hash-verified
9
}
10
11
read(
type
?:
"string"
|
"blob"
): Promise<string | Blob> {
12
return
this.zipObject.
async
(
type
||
"string"
);
13
}
14
}
15
16
export
class
ZipFileWriter implements FileWriter {
Callers
nothing calls this directly
Calls
1
async
Method · 0.80
Tested by
no test coverage detected