MCPcopy Create free account
hub / github.com/compilets/compilets / print

Method print

src/cpp-syntax.ts:171–173  ·  view source on GitHub ↗
(ctx: PrintContext)

Source from the content-addressed store, hash-verified

169 }
170
171 override print(ctx: PrintContext) {
172 return `(${this.expression.print(ctx)})`;
173 }
174}
175
176export class ExpressionWithTemplateArguments extends Expression {

Callers

nothing calls this directly

Calls 1

printMethod · 0.45

Tested by

no test coverage detected