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

Method set

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

Source from the content-addressed store, hash-verified

3775 return {};
3776 }
3777 set(ctx, lhs, value) {
3778 ctx.meta.runtime.setSymbol(
3779 this.name,
3780 ctx,
3781 this.scope,
3782 value,
3783 this.targetExpr ? this.targetExpr.evaluate(ctx) : null
3784 );
3785 }
3786 };
3787 var BeepExpression = class _BeepExpression extends Expression {
3788 static grammarName = "beepExpression";

Callers

nothing calls this directly

Calls 2

setSymbolMethod · 0.45
evaluateMethod · 0.45

Tested by

no test coverage detected