MCPcopy Create free account
hub / github.com/cloudflare/agents / resolvePath

Method resolvePath

packages/shell/src/memory.ts:290–292  ·  view source on GitHub ↗
(base: string, path: string)

Source from the content-addressed store, hash-verified

288 }
289
290 async resolvePath(base: string, path: string): Promise<string> {
291 return this.fs.resolvePath(base, path);
292 }
293
294 async glob(pattern: string): Promise<string[]> {
295 return this.fs.glob(pattern);

Callers

nothing calls this directly

Calls 1

resolvePathMethod · 0.65

Tested by

no test coverage detected