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

Function cleanup

lib/persisted-model.js:1707–1713  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1705 }
1706
1707 function cleanup() {
1708 Model.rectifyAllChanges(function(err) {
1709 if (err) {
1710 Model.handleChangeError(err, 'cleanup');
1711 }
1712 });
1713 }
1714 };
1715
1716 function rectifyOnSave(ctx, next) {

Callers 1

persisted-model.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…