MCPcopy 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

executeMethod · 0.65
getDirUrlMethod · 0.65

Tested by

no test coverage detected