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

Method BeginBlock

src/codewriter.ts:8–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6 private endOfStatement = false;
7
8 public BeginBlock() {
9 this.writeStringNewLine('{');
10 this.IncreaseIntent();
11 this.pendingIntent = true;
12 }
13
14 public EndBlock(noNewLineAtTheEnd?: boolean) {
15 this.DecreaseIntent();

Callers 6

processFileMethod · 0.80
processTryStatementMethod · 0.80
processBlockMethod · 0.80

Calls 2

writeStringNewLineMethod · 0.95
IncreaseIntentMethod · 0.95

Tested by

no test coverage detected