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