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

Function write

packages/transpiler/src/AstPrinterBase.ts:45–49  ·  view source on GitHub ↗
(txt: string)

Source from the content-addressed store, hash-verified

43 }
44
45 protected write(txt: string) {
46 this.writeIndent();
47 this._source += txt;
48 this._isStartOfLine = false;
49 }
50
51 protected writeIndent() {
52 if (this._isStartOfLine && this._indent > 0) {

Callers 3

writeCommaSeparatedFunction · 0.85
serializeMethod · 0.85
serializeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected