Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ASDAlexander77/TypeScript2Cxx
/ BeginBlockNoIntent
Method
BeginBlockNoIntent
src/codewriter.ts:35–37 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
33
}
34
35
public BeginBlockNoIntent() {
36
this.writeString(
'{ '
);
37
}
38
39
public EndBlockNoIntent() {
40
this.writeString(
' }'
);
Callers
2
processSwitchStatement
Method · 0.80
processArrayLiteralExpression
Method · 0.80
Calls
1
writeString
Method · 0.95
Tested by
no test coverage detected