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

Function isBuiltInError

lib/index.es.js:7952–7954  ·  view source on GitHub ↗
(obj$$1)

Source from the content-addressed store, hash-verified

7950}
7951
7952function isBuiltInError(obj$$1) {
7953 return obj$$1 && obj$$1.builtInError;
7954}
7955
7956// All of this vm hullaballoo is to be able to run arbitrary code in a sandbox
7957// 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…