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

Function createBuiltInError

lib/index.es.js:7902–7907  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

7900}
7901
7902function createBuiltInError(name) {
7903 var message = 'builtin ' + name +
7904 ' function requires map values to be numbers' +
7905 ' or number arrays';
7906 return new BuiltInError(message);
7907}
7908
7909function sum(values) {
7910 var result = 0;

Callers 2

sumFunction · 0.70
convertToTrueErrorFunction · 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…