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

Method set

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

Source from the content-addressed store, hash-verified

5070 return {};
5071 }
5072 set(ctx, lhs, value) {
5073 var target = this.resolve(ctx);
5074 if (target) ctx.meta.runtime.replaceInDom(target, value);
5075 }
5076};
5077var ClassRef = class _ClassRef extends Expression {
5078 static grammarName = "classRef";

Callers

nothing calls this directly

Calls 2

resolveMethod · 0.95
replaceInDomMethod · 0.45

Tested by

no test coverage detected