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

Method SetFormatRange

CodeFormat/src/FormatContext.cpp:72–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72void FormatContext::SetFormatRange(bool isRangeLine, std::string_view rangeStr) {
73 _isRangeLine = isRangeLine;
74 _rangeStr = std::string(rangeStr);
75}
76
77void FormatContext::EnableAutoDetectConfig() {
78 switch (_workMode) {

Callers 1

InitRangeFormatFunction · 0.80

Calls 1

stringFunction · 0.85

Tested by

no test coverage detected