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

Function convertToTrueError

lib/index.js:7953–7955  ·  view source on GitHub ↗
(err)

Source from the content-addressed store, hash-verified

7951}
7952
7953function convertToTrueError(err) {
7954 return createBuiltInError(err.name);
7955}
7956
7957function isBuiltInError(obj) {
7958 return obj && obj.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…