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

Method set

www/js/_hyperscript-max.js:5116–5119  ·  view source on GitHub ↗
(ctx, lhs, value)

Source from the content-addressed store, hash-verified

5114 return {};
5115 }
5116 set(ctx, lhs, value) {
5117 var targets = Array.from(this.resolve(ctx));
5118 ctx.meta.runtime.replaceInDom(targets, value);
5119 }
5120 };
5121 var QueryRef = class _QueryRef extends Expression {
5122 static grammarName = "queryRef";

Callers

nothing calls this directly

Calls 2

resolveMethod · 0.95
replaceInDomMethod · 0.45

Tested by

no test coverage detected