MCPcopy Index your code
hub / github.com/CoderLine/alphaTab / writeToDoExpression

Function writeToDoExpression

packages/transpiler/src/AstPrinterBase.ts:228–230  ·  view source on GitHub ↗
(_expr: cs.ToDoExpression)

Source from the content-addressed store, hash-verified

226 protected abstract writeDeconstructDeclaration(expr: cs.DeconstructDeclaration): void;
227
228 protected writeToDoExpression(_expr: cs.ToDoExpression) {
229 this.write('/* TODO */');
230 }
231
232 protected writeIdentifier(expr: cs.Identifier | string) {
233 let name: string;

Callers

nothing calls this directly

Calls 1

writeMethod · 0.65

Tested by

no test coverage detected