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

Method lstat

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

Source from the content-addressed store, hash-verified

469 }
470
471 async lstat(path: string): Promise<FileInfo | null> {
472 return this.workspace.lstat(path);
473 }
474
475 async cp(
476 src: string,

Callers

nothing calls this directly

Calls 1

lstatMethod · 0.65

Tested by

no test coverage detected