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

Function next

common/models/change.js:95–102  ·  view source on GitHub ↗
(err)

Source from the content-addressed store, hash-verified

93 });
94
95 function next(err) {
96 if (err) {
97 err.modelName = modelName;
98 err.modelId = id;
99 errors.push(err);
100 }
101 cb();
102 }
103 };
104 });
105

Callers 4

access-token.jsFile · 0.70
change.jsFile · 0.70
application.jsFile · 0.70
user.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…