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

Method set

www/js/_hyperscript.esm.js:5115–5118  ·  view source on GitHub ↗
(ctx, lhs, value)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

resolveMethod · 0.95
replaceInDomMethod · 0.45

Tested by

no test coverage detected