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

Method set

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

Source from the content-addressed store, hash-verified

4209 return { root: this.root, index: this.firstIndex };
4210 }
4211 set(ctx, lhs, value) {
4212 ctx.meta.runtime.nullCheck(lhs.root, this.root);
4213 lhs.root[lhs.index] = value;
4214 }
4215 };
4216 var MathOperator = class _MathOperator extends Expression {
4217 static grammarName = "mathOperator";

Callers

nothing calls this directly

Calls 1

nullCheckMethod · 0.45

Tested by

no test coverage detected