MCPcopy Create free account
hub / github.com/zenstackhq/zenstack / setLeft

Method setLeft

packages/language/src/factory/expression.ts:301–307  ·  view source on GitHub ↗
(builder: (arg: ExpressionBuilder) => AstFactory<Expression>)

Source from the content-addressed store, hash-verified

299 return this;
300 }
301 setLeft(builder: (arg: ExpressionBuilder) => AstFactory<Expression>) {
302 this.left = builder(ExpressionBuilder());
303 this.update({
304 left: this.left!,
305 });
306 return this;
307 }
308}

Callers

nothing calls this directly

Calls 1

ExpressionBuilderFunction · 0.85

Tested by

no test coverage detected