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

Method install

tools/common/_hyperscript.iife.js:9142–9144  ·  view source on GitHub ↗
(target, source, args, runtime2)

Source from the content-addressed store, hash-verified

9140 this.start = setCmd;
9141 }
9142 install(target, source, args, runtime2) {
9143 this.start && this.start.execute(runtime2.makeContext(target, this, target, null));
9144 }
9145 static parse(parser) {
9146 let setCmd = parser.parseElement("setCommand");
9147 if (setCmd) {

Callers

nothing calls this directly

Calls 2

executeMethod · 0.45
makeContextMethod · 0.45

Tested by

no test coverage detected