Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/scriptscat/scriptcat
/ verify
Method
verify
packages/filesystem/limiter.ts:97–99 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
95
}
96
97
verify(): Promise<void> {
98
return
this.limiter.execute(() => this.fs.verify(),
"verify"
);
99
}
100
101
async
open(file: FileInfo): Promise<FileReader> {
102
return
this.limiter.execute(
async
() => {
Callers
1
create
Method · 0.95
Calls
2
execute
Method · 0.65
verify
Method · 0.65
Tested by
no test coverage detected