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

Method lstat

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

Source from the content-addressed store, hash-verified

159 }
160
161 async lstat(path: string): Promise<StateStat | null> {
162 return this.tryStat(() => this.fs.lstat(path));
163 }
164
165 async mkdir(path: string, options?: StateMkdirOptions): Promise<void> {
166 await this.fs.mkdir(path, options as MkdirOptions | undefined);

Callers 1

getFilePathsMethod · 0.95

Calls 2

tryStatMethod · 0.95
lstatMethod · 0.65

Tested by

no test coverage detected