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

Method set

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

setSymbolMethod · 0.45
evaluateMethod · 0.45

Tested by

no test coverage detected