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

Method install

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

Source from the content-addressed store, hash-verified

11656 this.stub = stub;
11657 }
11658 install(target, source, args, runtime2) {
11659 this.runtime = runtime2;
11660 runtime2.assignToNamespace(target, this.nameSpace, this.eventSourceName, this.stub);
11661 }
11662 static parse(parser) {
11663 if (!parser.matchToken("eventsource")) return;
11664 var urlElement;

Callers

nothing calls this directly

Calls 1

assignToNamespaceMethod · 0.45

Tested by

no test coverage detected