MCPcopy
hub / github.com/Exrick/xpay / dispatch

Function dispatch

xpay-code/src/main/resources/static/swagger/swagger-ui.js:19527–19529  ·  view source on GitHub ↗
(object, op, args)

Source from the content-addressed store, hash-verified

19525 */
19526Q.dispatch = dispatch;
19527function dispatch(object, op, args) {
19528 return Q(object).dispatch(op, args);
19529}
19530
19531Promise.prototype.dispatch = function (op, args) {
19532 var self = this;

Callers 1

masterFunction · 0.85

Calls 1

QFunction · 0.70

Tested by

no test coverage detected