Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/scriptscat/scriptcat
/ delete
Method
delete
packages/filesystem/zip/zip.ts:42–44 ·
view source on GitHub ↗
(path: string)
Source
from the content-addressed store, hash-verified
40
}
41
42
async
delete(path: string): Promise<void> {
43
this.zip.remove(path);
44
}
45
46
async
list(): Promise<FileInfo[]> {
47
const
files: FileInfo[] = [];
Callers
nothing calls this directly
Calls
1
remove
Method · 0.65
Tested by
no test coverage detected