MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / EnableNameStyleCheckSupport

Method EnableNameStyleCheckSupport

CodeFormat/src/FormatContext.cpp:146–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144}
145
146void FormatContext::EnableNameStyleCheckSupport() {
147 _diagnosticStyle.name_style_check = true;
148}
149
150void FormatContext::EnableCompleteOutputRangeSupport() {
151 _isCompleteOutputRangeFormat = true;

Callers 1

InitCheckFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected