MCPcopy Index your code
hub / github.com/apache/pouchdb / fieldIsNotUndefined

Function fieldIsNotUndefined

lib/index.js:3713–3715  ·  view source on GitHub ↗
(docFieldValue)

Source from the content-addressed store, hash-verified

3711}
3712
3713function fieldIsNotUndefined(docFieldValue) {
3714 return typeof docFieldValue !== 'undefined';
3715}
3716
3717function modField(docFieldValue, userValue) {
3718 if (typeof docFieldValue !== "number" ||

Callers 1

index.jsFile · 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…