MCPcopy
hub / github.com/apache/pouchdb / cancel

Method cancel

lib/index.es.js:10579–10585  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 4

constructorMethod · 0.95
doChangesMethod · 0.45
abortChangesFunction · 0.45
getChangesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected