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

Method err

src/backend/HTML5FS.ts:513–515  ·  view source on GitHub ↗
(err: DOMException)

Source from the content-addressed store, hash-verified

511 cb();
512 };
513 const err = (err: DOMException) => {
514 cb(convertError(err, path, !isFile));
515 };
516 entry.remove(succ, err);
517 };
518 const error = (err: DOMException): void => {

Callers

nothing calls this directly

Calls 2

cbFunction · 0.85
convertErrorFunction · 0.70

Tested by

no test coverage detected