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

Method set

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

Source from the content-addressed store, hash-verified

5161 return this.template ? { parts: this.templateArgs } : {};
5162 }
5163 set(ctx, lhs, value) {
5164 var targets = Array.from(this.resolve(ctx, lhs));
5165 ctx.meta.runtime.replaceInDom(targets, value);
5166 }
5167};
5168var AttributeRef = class _AttributeRef extends Expression {
5169 static grammarName = "attributeRef";

Callers

nothing calls this directly

Calls 2

resolveMethod · 0.95
replaceInDomMethod · 0.45

Tested by

no test coverage detected