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

Method GetFormatRangeString

CodeFormat/src/FormatContext.cpp:212–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210}
211
212std::string FormatContext::GetFormatRangeString() const {
213 return _rangeStr;
214}
215
216std::string FormatContext::GetInputText() const {
217 if (_workMode == WorkMode::Stdin) {

Callers 1

RangeReformatMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected