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

Method handler

www/js/_hyperscript.js:9625–9627  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9623 }
9624 install(target, source, args, runtime2) {
9625 var handler = () => {
9626 this.start?.execute(runtime2.makeContext(target, this, target, null));
9627 };
9628 if (this.immediately) {
9629 handler();
9630 } else {

Callers 13

initializeMethod · 0.45
runMethod · 0.45
neFunction · 0.45
initializeMethod · 0.45
runMethod · 0.45
initializeMethod · 0.45
runMethod · 0.45
initializeMethod · 0.45
runMethod · 0.45
EFunction · 0.45
dispatchFunction · 0.45
EFunction · 0.45

Calls 2

executeMethod · 0.45
makeContextMethod · 0.45

Tested by

no test coverage detected