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

Method set

www/js/_hyperscript.esm.js:4057–4065  ·  view source on GitHub ↗
(ctx, lhs, value)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

setSymbolMethod · 0.45
evaluateMethod · 0.45

Tested by

no test coverage detected