MCPcopy Index your code
hub / github.com/exratione/lambda-complex / onTaskCompletion

Function onTaskCompletion

lib/deploy/s3Utilities.js:133–138  ·  view source on GitHub ↗
(error)

Source from the content-addressed store, hash-verified

131 queue.drain = _.once(callback);
132
133 function onTaskCompletion (error) {
134 if (error) {
135 queue.kill();
136 callback(error);
137 }
138 }
139
140 _.each(components, function (component) {
141 queue.push(component, onTaskCompletion);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected