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

Method set

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

Source from the content-addressed store, hash-verified

4041 return { root: this.root, target: this.target };
4042 }
4043 set(ctx, lhs, value) {
4044 var targets = this.resolve(ctx, lhs);
4045 ctx.meta.runtime.replaceInDom(targets, value);
4046 }
4047 };
4048 var AsExpression = class _AsExpression extends Expression {
4049 static grammarName = "asExpression";

Callers

nothing calls this directly

Calls 2

resolveMethod · 0.95
replaceInDomMethod · 0.45

Tested by

no test coverage detected