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

Method exists

packages/shell/src/workspace.ts:71–73  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

69 }
70
71 async exists(path: string): Promise<boolean> {
72 return this.ws.exists(path);
73 }
74
75 async stat(path: string): Promise<FsStat> {
76 const s = await this.ws.stat(path);

Callers

nothing calls this directly

Calls 1

existsMethod · 0.65

Tested by

no test coverage detected