MCPcopy
hub / github.com/jvilk/BrowserFS / stat

Method stat

src/core/file_system.ts:469–471  ·  view source on GitHub ↗
(p: string, isLstat: boolean | null, cb: BFSCallback<Stats>)

Source from the content-addressed store, hash-verified

467 throw new ApiError(ErrorCode.ENOTSUP);
468 }
469 public stat(p: string, isLstat: boolean | null, cb: BFSCallback<Stats>): void {
470 cb(new ApiError(ErrorCode.ENOTSUP));
471 }
472 public statSync(p: string, isLstat: boolean | null): Stats {
473 throw new ApiError(ErrorCode.ENOTSUP);
474 }

Callers 3

mustBeFileMethod · 0.95
openMethod · 0.95
existsMethod · 0.95

Calls 1

cbFunction · 0.85

Tested by

no test coverage detected