MCPcopy
hub / github.com/jwagner/smartcrop.js / dispatch

Function dispatch

examples/q.js:1296–1298  ·  view source on GitHub ↗
(object, op, args)

Source from the content-addressed store, hash-verified

1294 */
1295Q.dispatch = dispatch;
1296function dispatch(object, op, args) {
1297 return Q(object).dispatch(op, args);
1298}
1299
1300Promise.prototype.dispatch = function (op, args) {
1301 var self = this;

Callers 1

masterFunction · 0.85

Calls 1

QFunction · 0.85

Tested by

no test coverage detected