MCPcopy 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

initializeMethod · 0.45
runMethod · 0.45
dispatchFunction · 0.45

Calls 2

executeMethod · 0.45
makeContextMethod · 0.45

Tested by

no test coverage detected