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

Method set

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

Source from the content-addressed store, hash-verified

4057 return {};
4058 }
4059 set(ctx, lhs, value) {
4060 ctx.meta.runtime.setSymbol(
4061 this.name,
4062 ctx,
4063 this.scope,
4064 value,
4065 this.targetExpr ? this.targetExpr.evaluate(ctx) : null
4066 );
4067 }
4068 };
4069 var BeepExpression = class _BeepExpression extends Expression {
4070 static grammarName = "beepExpression";

Callers

nothing calls this directly

Calls 2

setSymbolMethod · 0.45
evaluateMethod · 0.45

Tested by

no test coverage detected