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

Method resolvePath

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

Source from the content-addressed store, hash-verified

331 readlink(path: string): Promise<string>;
332 realpath(path: string): Promise<string>;
333 resolvePath(base: string, path: string): Promise<string>;
334 glob(pattern: string): Promise<string[]>;
335 diff(pathA: string, pathB: string): Promise<string>;
336 diffContent(path: string, newContent: string): Promise<string>;

Callers 3

resolvePathMethod · 0.65
buildTreeNodeFunction · 0.65
visitFindFunction · 0.65

Implementers 1

FileSystemStateBackendpackages/shell/src/memory.ts

Calls

no outgoing calls

Tested by

no test coverage detected