MCPcopy 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
16export class ZipFileWriter implements FileWriter {

Callers

nothing calls this directly

Calls 1

asyncMethod · 0.80

Tested by

no test coverage detected