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

Method set

www/js/_hyperscript-max.js:5073–5076  ·  view source on GitHub ↗
(ctx, lhs, value)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

resolveMethod · 0.95
replaceInDomMethod · 0.45

Tested by

no test coverage detected