MCPcopy Create free account
hub / github.com/apache/pouchdb / convertToTrueError

Function convertToTrueError

lib/index.es.js:7948–7950  ·  view source on GitHub ↗
(err)

Source from the content-addressed store, hash-verified

7946}
7947
7948function convertToTrueError(err) {
7949 return createBuiltInError(err.name);
7950}
7951
7952function isBuiltInError(obj$$1) {
7953 return obj$$1 && obj$$1.builtInError;

Callers 1

evalFunctionInVmFunction · 0.70

Calls 1

createBuiltInErrorFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…