MCPcopy Create free account
hub / github.com/CoderLine/alphaTab / writeLine

Function writeLine

packages/transpiler/src/AstPrinterBase.ts:37–43  ·  view source on GitHub ↗
(txt?: string)

Source from the content-addressed store, hash-verified

35 }
36
37 protected writeLine(txt?: string) {
38 if (txt) {
39 this.write(txt);
40 }
41 this.write(ts.sys.newLine);
42 this._isStartOfLine = true;
43 }
44
45 protected write(txt: string) {
46 this.writeIndent();

Callers

nothing calls this directly

Calls 1

writeMethod · 0.65

Tested by

no test coverage detected