MCPcopy 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

yyparseFunction · 0.85
try_emit_at_eolFunction · 0.85
handle_braceFunction · 0.85
replace_withFunction · 0.85
skip_tokenFunction · 0.85
wrap_par_exprFunction · 0.85

Calls 1

containsMethod · 0.45

Tested by

no test coverage detected