Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bigskysoftware/_hyperscript
/ handler
Method
handler
src/parsetree/features/init.js:20–22 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
18
19
install(target, source, args, runtime) {
20
var
handler = () => {
21
this.start?.execute(runtime.makeContext(target, this, target, null));
22
};
23
if
(this.immediately) {
24
handler();
25
}
else
{
Callers
3
initialize
Method · 0.45
run
Method · 0.45
dispatch
Function · 0.45
Calls
2
execute
Method · 0.45
makeContext
Method · 0.45
Tested by
no test coverage detected