Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/scriptscat/scriptcat
/ delete
Method
delete
packages/filesystem/limiter.ts:130–132 ·
view source on GitHub ↗
(path: string)
Source
from the content-addressed store, hash-verified
128
}
129
130
delete(path: string): Promise<void> {
131
return
this.limiter.execute(() => this.fs.delete(path),
"delete"
);
132
}
133
134
list(): Promise<FileInfo[]> {
135
return
this.limiter.execute(() => this.fs.list(),
"list"
);
Callers
nothing calls this directly
Calls
2
execute
Method · 0.65
delete
Method · 0.65
Tested by
no test coverage detected