MCPcopy Index your code
hub / github.com/dresende/node-orm2 / finish

Function finish

lib/Instance.js:193–198  ·  view source on GitHub ↗
(err)

Source from the content-addressed store, hash-verified

191 var i, prop;
192
193 var finish = function (err) {
194 runAfterSaveActions(function () {
195 if (err) return cb(err);
196 saveInstanceExtra(cb);
197 }, true);
198 }
199
200 data = Utilities.transformPropertyNames(data, Model.allProperties);
201

Callers 2

saveNewFunction · 0.85
nextFunction · 0.85

Calls 3

runAfterSaveActionsFunction · 0.85
cbFunction · 0.85
saveInstanceExtraFunction · 0.85

Tested by

no test coverage detected