MCPcopy Create free account
hub / github.com/Parana-Games/tinymo / appendToExpression

Method appendToExpression

src/expression.ts:12–12  ·  view source on GitHub ↗
(expression: string)

Source from the content-addressed store, hash-verified

10 constructor(public separator: string) { }
11
12 appendToExpression(expression: string) { this._expression += " " + expression + this.separator; }
13 isEmpty(): boolean { return this.expression.length === 0; }
14
15 pair(name: string, value: any, formatter?: ExpressionStringFormatter, valueNameSuffix: string = "") {

Callers 2

pairMethod · 0.95
expression.test.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected