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

Method stat

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

Source from the content-addressed store, hash-verified

155 }
156
157 async stat(path: string): Promise<StateStat | null> {
158 return this.tryStat(() => this.fs.stat(path));
159 }
160
161 async lstat(path: string): Promise<StateStat | null> {
162 return this.tryStat(() => this.fs.lstat(path));

Callers 1

mvMethod · 0.95

Calls 2

tryStatMethod · 0.95
statMethod · 0.65

Tested by

no test coverage detected