MCPcopy Create free account
hub / github.com/ASDAlexander77/TypeScript2Cxx / cancelNewLine

Method cancelNewLine

src/codewriter.ts:80–86  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

78 }
79
80 public cancelNewLine() {
81 if (this.newLine) {
82 this.pendingIntent = false;
83 this.newLine = false;
84 this.parts.pop();
85 }
86 }
87
88 public getText(): string {
89 return this.parts.join('');

Callers 3

EndOfStatementMethod · 0.95
processTryStatementMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected