MCPcopy
hub / github.com/strongloop/loopback / checkpoint

Function checkpoint

test/change.test.js:266–274  ·  view source on GitHub ↗
(next)

Source from the content-addressed store, hash-verified

264 }
265
266 function checkpoint(next) {
267 TestModel.checkpoint(function(err, inst) {
268 if (err) return next(err);
269
270 cp = inst.seq;
271
272 next();
273 });
274 }
275
276 function update(next) {
277 const model = test.model;

Callers

nothing calls this directly

Calls 1

nextFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…