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

Function shouldFilter

lib/index-browser.js:4118–4121  ·  view source on GitHub ↗
(changesHandler, opts)

Source from the content-addressed store, hash-verified

4116}
4117
4118function shouldFilter(changesHandler, opts) {
4119 return opts.filter && typeof opts.filter === 'string' &&
4120 !opts.doc_ids && !isRemote(changesHandler.db);
4121}
4122
4123function filter(changesHandler, opts) {
4124 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…