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

Method print

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

Source from the content-addressed store, hash-verified

184 }
185
186 override print(ctx: PrintContext) {
187 return this.expression.print(ctx) + printTemplateArguments(this.templateArguments, ctx);
188 }
189}
190
191export class PostfixUnaryExpression extends Expression {

Callers

nothing calls this directly

Calls 2

printTemplateArgumentsFunction · 0.90
printMethod · 0.45

Tested by

no test coverage detected