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

Method lstat

packages/shell/src/backend.ts:295–295  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

293 exists(path: string): Promise<boolean>;
294 stat(path: string): Promise<StateStat | null>;
295 lstat(path: string): Promise<StateStat | null>;
296 mkdir(path: string, options?: StateMkdirOptions): Promise<void>;
297 readdir(path: string): Promise<string[]>;
298 readdirWithFileTypes(path: string): Promise<StateDirent[]>;

Callers 7

lstatMethod · 0.65
realpathMethod · 0.65
lstatMethod · 0.65
buildTreeNodeFunction · 0.65
visitFindFunction · 0.65
lstatMethod · 0.65
lstatMethod · 0.65

Implementers 1

FileSystemStateBackendpackages/shell/src/memory.ts

Calls

no outgoing calls

Tested by

no test coverage detected