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

Method exists

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

Source from the content-addressed store, hash-verified

291 operations: StateJsonUpdateOperation[]
292 ): Promise<StateJsonUpdateResult>;
293 exists(path: string): Promise<boolean>;
294 stat(path: string): Promise<StateStat | null>;
295 lstat(path: string): Promise<StateStat | null>;
296 mkdir(path: string, options?: StateMkdirOptions): Promise<void>;

Callers 4

existsMethod · 0.65
existsMethod · 0.65
existsMethod · 0.65
existsMethod · 0.65

Implementers 1

FileSystemStateBackendpackages/shell/src/memory.ts

Calls

no outgoing calls

Tested by

no test coverage detected