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

Method install

www/js/_hyperscript-max.js:9591–9595  ·  view source on GitHub ↗
(target, source, args, runtime2)

Source from the content-addressed store, hash-verified

9589 this.start = setCmd;
9590 }
9591 install(target, source, args, runtime2) {
9592 queueMicrotask(() => {
9593 this.start && this.start.execute(runtime2.makeContext(target, this, target, null));
9594 });
9595 }
9596 static parse(parser) {
9597 let setCmd = parser.parseElement("setCommand");
9598 if (setCmd) {

Callers

nothing calls this directly

Calls 2

executeMethod · 0.45
makeContextMethod · 0.45

Tested by

no test coverage detected