MCPcopy Index your code
hub / github.com/bigskysoftware/_hyperscript / handler

Method handler

www/js/_hyperscript-max.js:9624–9626  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9622 }
9623 install(target, source, args, runtime2) {
9624 var handler = () => {
9625 this.start?.execute(runtime2.makeContext(target, this, target, null));
9626 };
9627 if (this.immediately) {
9628 handler();
9629 } 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