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

Function isBuiltInError

lib/index.js:7957–7959  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

7955}
7956
7957function isBuiltInError(obj) {
7958 return obj && obj.builtInError;
7959}
7960
7961// All of this vm hullaballoo is to be able to run arbitrary code in a sandbox
7962// for security reasons.

Callers 1

evalFunctionInVmFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…