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

Method statSync

src/core/file_system.ts:472–474  ·  view source on GitHub ↗
(p: string, isLstat: boolean | null)

Source from the content-addressed store, hash-verified

470 cb(new ApiError(ErrorCode.ENOTSUP));
471 }
472 public statSync(p: string, isLstat: boolean | null): Stats {
473 throw new ApiError(ErrorCode.ENOTSUP);
474 }
475 /**
476 * Opens the file at path p with the given flag. The file must exist.
477 * @param p The path to open.

Callers 2

openSyncMethod · 0.95
existsSyncMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected