Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
19526
Q.dispatch = dispatch;
19527
function
dispatch(object, op, args) {
19528
return
Q(object).dispatch(op, args);
19529
}
19530
19531
Promise.prototype.dispatch =
function
(op, args) {
19532
var
self = this;
Callers
1
master
Function · 0.85
Calls
1
Q
Function · 0.70
Tested by
no test coverage detected