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

Method writeCheckpoint

lib/index-browser.js:9457–9462  ·  view source on GitHub ↗
(checkpoint, session)

Source from the content-addressed store, hash-verified

9455 }
9456
9457 writeCheckpoint(checkpoint, session) {
9458 var self = this;
9459 return this.updateTarget(checkpoint, session).then(function () {
9460 return self.updateSource(checkpoint, session);
9461 });
9462 }
9463
9464 updateTarget(checkpoint, session) {
9465 if (this.opts.writeTargetCheckpoint) {

Callers 3

finishBatchFunction · 0.45
onChangesCompleteFunction · 0.45
replicateFunction · 0.45

Calls 2

updateTargetMethod · 0.95
updateSourceMethod · 0.45

Tested by

no test coverage detected