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

Method set

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

resolveMethod · 0.95
replaceInDomMethod · 0.45

Tested by

no test coverage detected