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

Method install

src/ext/socket.js:39–42  ·  view source on GitHub ↗
(target, source, args, runtime)

Source from the content-addressed store, hash-verified

37 }
38
39 install(target, source, args, runtime) {
40 this.runtime = runtime;
41 runtime.assignToNamespace(target, this.nameSpace, this.socketName, this.socketObject);
42 }
43
44 static parse(parser) {
45 if (!parser.matchToken("socket")) return;

Callers

nothing calls this directly

Calls 1

assignToNamespaceMethod · 0.45

Tested by

no test coverage detected