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

Method handler

tools/common/_hyperscript.iife.js:9171–9173  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9169 }
9170 install(target, source, args, runtime2) {
9171 var handler = () => {
9172 this.start?.execute(runtime2.makeContext(target, this, target, null));
9173 };
9174 if (this.immediately) {
9175 handler();
9176 } else {

Callers 2

initializeMethod · 0.45
runMethod · 0.45

Calls 2

executeMethod · 0.45
makeContextMethod · 0.45

Tested by

no test coverage detected