(changesHandler, opts)
| 4116 | } |
| 4117 | |
| 4118 | function shouldFilter(changesHandler, opts) { |
| 4119 | return opts.filter && typeof opts.filter === 'string' && |
| 4120 | !opts.doc_ids && !isRemote(changesHandler.db); |
| 4121 | } |
| 4122 | |
| 4123 | function filter(changesHandler, opts) { |
| 4124 | var callback = opts.complete; |
nothing calls this directly
no test coverage detected
searching dependent graphs…