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

Function fieldIsNotUndefined

lib/index-browser.js:3873–3875  ·  view source on GitHub ↗
(docFieldValue)

Source from the content-addressed store, hash-verified

3871}
3872
3873function fieldIsNotUndefined(docFieldValue) {
3874 return typeof docFieldValue !== 'undefined';
3875}
3876
3877function modField(docFieldValue, userValue) {
3878 if (typeof docFieldValue !== "number" ||

Callers 1

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