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

Method lstat

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

Source from the content-addressed store, hash-verified

665 }
666
667 async lstat(path: string) {
668 return (await this.parent()).lstat(path);
669 }
670
671 async cp(src: string, dest: string, opts?: Parameters<Workspace["cp"]>[2]) {
672 return (await this.parent()).cp(src, dest, opts);

Callers

nothing calls this directly

Calls 2

parentMethod · 0.95
lstatMethod · 0.65

Tested by

no test coverage detected