Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tiagozip/cap
/ dispatch
Method
dispatch
widget/src/wasm-hashes.min.js:57–66 ·
view source on GitHub ↗
(e)
Source
from the content-addressed store, hash-verified
55
);
56
}
57
dispatch(e) {
58
return
t(this, void 0, void 0,
function
* () {
59
const
t = yield this.lock();
60
try {
61
return
yield Promise.resolve(e());
62
} finally {
63
t();
64
}
65
});
66
}
67
}
68
var
A;
69
const
i =
Callers
1
u
Function · 0.80
Calls
3
lock
Method · 0.95
e
Function · 0.85
t
Function · 0.70
Tested by
no test coverage detected