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

Function shouldFilter

lib/index.es.js:3953–3956  ·  view source on GitHub ↗
(changesHandler, opts)

Source from the content-addressed store, hash-verified

3951}
3952
3953function shouldFilter(changesHandler, opts) {
3954 return opts.filter && typeof opts.filter === 'string' &&
3955 !opts.doc_ids && !isRemote(changesHandler.db);
3956}
3957
3958function filter(changesHandler, opts) {
3959 var callback = opts.complete;

Callers

nothing calls this directly

Calls 1

isRemoteFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…