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

Method set

tools/common/_hyperscript.iife.js:4822–4825  ·  view source on GitHub ↗
(ctx, lhs, value)

Source from the content-addressed store, hash-verified

4820 return this.template ? { parts: this.templateArgs } : {};
4821 }
4822 set(ctx, lhs, value) {
4823 var targets = Array.from(this.resolve(ctx, lhs));
4824 ctx.meta.runtime.replaceInDom(targets, value);
4825 }
4826 };
4827 var AttributeRef = class _AttributeRef extends Expression {
4828 static grammarName = "attributeRef";

Callers

nothing calls this directly

Calls 2

resolveMethod · 0.95
replaceInDomMethod · 0.45

Tested by

no test coverage detected