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

Method stat

examples/assistant/src/server.ts:467–469  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

465 }
466
467 async stat(path: string): Promise<FileInfo | null> {
468 return this.workspace.stat(path);
469 }
470
471 async lstat(path: string): Promise<FileInfo | null> {
472 return this.workspace.lstat(path);

Callers

nothing calls this directly

Calls 1

statMethod · 0.65

Tested by

no test coverage detected