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

Method install

src/ext/eventsource.js:102–105  ·  view source on GitHub ↗
(target, source, args, runtime)

Source from the content-addressed store, hash-verified

100 }
101
102 install(target, source, args, runtime) {
103 this.runtime = runtime;
104 runtime.assignToNamespace(target, this.nameSpace, this.eventSourceName, this.stub);
105 }
106
107 static parse(parser) {
108 if (!parser.matchToken("eventsource")) return;

Callers

nothing calls this directly

Calls 1

assignToNamespaceMethod · 0.45

Tested by

no test coverage detected