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

Function fieldIsNotUndefined

lib/index.es.js:3708–3710  ·  view source on GitHub ↗
(docFieldValue)

Source from the content-addressed store, hash-verified

3706}
3707
3708function fieldIsNotUndefined(docFieldValue) {
3709 return typeof docFieldValue !== 'undefined';
3710}
3711
3712function modField(docFieldValue, userValue) {
3713 if (typeof docFieldValue !== "number" ||

Callers 1

index.es.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…