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

Method set

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

Source from the content-addressed store, hash-verified

4729 return {};
4730 }
4731 set(ctx, lhs, value) {
4732 var target = this.resolve(ctx);
4733 if (target) ctx.meta.runtime.replaceInDom(target, value);
4734 }
4735 };
4736 var ClassRef = class _ClassRef extends Expression {
4737 static grammarName = "classRef";

Callers

nothing calls this directly

Calls 2

resolveMethod · 0.95
replaceInDomMethod · 0.45

Tested by

no test coverage detected