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

Method install

www/js/_hyperscript.js:9592–9596  ·  view source on GitHub ↗
(target, source, args, runtime2)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

executeMethod · 0.45
makeContextMethod · 0.45

Tested by

no test coverage detected