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

Function createBuiltInError

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

Source from the content-addressed store, hash-verified

7905}
7906
7907function createBuiltInError(name) {
7908 var message = 'builtin ' + name +
7909 ' function requires map values to be numbers' +
7910 ' or number arrays';
7911 return new BuiltInError(message);
7912}
7913
7914function sum(values) {
7915 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…