MCPcopy Create free account
hub / github.com/bigskysoftware/_hyperscript / set

Method set

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

resolveMethod · 0.95
replaceInDomMethod · 0.45

Tested by

no test coverage detected