Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
1295
Q.dispatch = dispatch;
1296
function
dispatch(object, op, args) {
1297
return
Q(object).dispatch(op, args);
1298
}
1299
1300
Promise.prototype.dispatch =
function
(op, args) {
1301
var
self = this;
Callers
1
master
Function · 0.85
Calls
1
Q
Function · 0.85
Tested by
no test coverage detected