MCPcopy Create free account
hub / github.com/dresende/node-orm2 / afterSave

Function afterSave

test/integration/model-saveAsync.js:203–205  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

201 describe("default on in settings", function () {
202 beforeEach(function (done) {
203 function afterSave () {
204 afterSaveCalled = true;
205 }
206 var hooks = { afterSave: afterSave };
207
208 setup(null, { hooks: hooks, cache: false, hasOneOpts: { autoFetch: true } })(function (err) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected