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

Method set

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

Source from the content-addressed store, hash-verified

4350 return { root: this.root, target: this.target };
4351 }
4352 set(ctx, lhs, value) {
4353 var targets = this.resolve(ctx, lhs);
4354 ctx.meta.runtime.replaceInDom(targets, value);
4355 }
4356 };
4357 var AsExpression = class _AsExpression extends Expression {
4358 static grammarName = "asExpression";

Callers

nothing calls this directly

Calls 2

resolveMethod · 0.95
replaceInDomMethod · 0.45

Tested by

no test coverage detected