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

Method set

www/js/_hyperscript.js:5117–5120  ·  view source on GitHub ↗
(ctx, lhs, value)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

resolveMethod · 0.95
replaceInDomMethod · 0.45

Tested by

no test coverage detected