MCPcopy Create free account
hub / github.com/bigskysoftware/_hyperscript / handler

Method handler

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

Source from the content-addressed store, hash-verified

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

Callers 2

initializeMethod · 0.45
runMethod · 0.45

Calls 2

executeMethod · 0.45
makeContextMethod · 0.45

Tested by

no test coverage detected