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

Method install

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

Source from the content-addressed store, hash-verified

11310 this.messageHandler = messageHandler;
11311 }
11312 install(target, source, args, runtime2) {
11313 this.runtime = runtime2;
11314 runtime2.assignToNamespace(target, this.nameSpace, this.socketName, this.socketObject);
11315 }
11316 static parse(parser) {
11317 if (!parser.matchToken("socket")) return;
11318 var name = parser.requireElement("dotOrColonPath");

Callers

nothing calls this directly

Calls 1

assignToNamespaceMethod · 0.45

Tested by

no test coverage detected