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

Method install

www/js/_hyperscript.esm.js:9590–9594  ·  view source on GitHub ↗
(target, source, args, runtime2)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

executeMethod · 0.45
makeContextMethod · 0.45

Tested by

no test coverage detected