()
| 10577 | } |
| 10578 | |
| 10579 | cancel() { |
| 10580 | if (!this.canceled) { |
| 10581 | this.canceled = true; |
| 10582 | this.push.cancel(); |
| 10583 | this.pull.cancel(); |
| 10584 | } |
| 10585 | } |
| 10586 | } |
| 10587 | |
| 10588 | function replication(PouchDB) { |
no outgoing calls
no test coverage detected