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

Function master

xpay-code/src/main/resources/static/swagger/swagger-ui.js:19346–19354  ·  view source on GitHub ↗
(object)

Source from the content-addressed store, hash-verified

19344 */
19345Q.master = master;
19346function master(object) {
19347 return Promise({
19348 "isDef": function () {}
19349 }, function fallback(op, args) {
19350 return dispatch(object, op, args);
19351 }, function () {
19352 return Q(object).inspect();
19353 });
19354}
19355
19356/**
19357 * Spreads the values of a promised array of arguments into the

Callers

nothing calls this directly

Calls 3

PromiseFunction · 0.85
dispatchFunction · 0.85
QFunction · 0.70

Tested by

no test coverage detected