(changesHandler, opts)
| 3951 | } |
| 3952 | |
| 3953 | function shouldFilter(changesHandler, opts) { |
| 3954 | return opts.filter && typeof opts.filter === 'string' && |
| 3955 | !opts.doc_ids && !isRemote(changesHandler.db); |
| 3956 | } |
| 3957 | |
| 3958 | function filter(changesHandler, opts) { |
| 3959 | var callback = opts.complete; |
nothing calls this directly
no test coverage detected
searching dependent graphs…