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