Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GaijinEntertainment/daScript
/ is_replace_braces
Function
is_replace_braces
utils/dasFormatter/formatter.cpp:195–197 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
193
}
194
195
bool is_replace_braces() {
196
return state.options.contains(FormatOpt::V2Syntax);
197
}
198
199
bool end_with_semicolon() {
200
return true; // state.options.contains(FormatOpt::SemicolonEOL);
Callers
6
yyparse
Function · 0.85
try_emit_at_eol
Function · 0.85
handle_brace
Function · 0.85
replace_with
Function · 0.85
skip_token
Function · 0.85
wrap_par_expr
Function · 0.85
Calls
1
contains
Method · 0.45
Tested by
no test coverage detected