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

Method exists

packages/shell/src/memory.ts:153–155  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

151 }
152
153 async exists(path: string): Promise<boolean> {
154 return this.fs.exists(path);
155 }
156
157 async stat(path: string): Promise<StateStat | null> {
158 return this.tryStat(() => this.fs.stat(path));

Callers

nothing calls this directly

Calls 1

existsMethod · 0.65

Tested by

no test coverage detected