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

Method set

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

resolveMethod · 0.95
replaceInDomMethod · 0.45

Tested by

no test coverage detected