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

Method IsFormatLine

CodeFormat/src/FormatContext.cpp:208–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206}
207
208bool FormatContext::IsFormatLine() const {
209 return _isRangeLine;
210}
211
212std::string FormatContext::GetFormatRangeString() const {
213 return _rangeStr;

Callers 1

RangeReformatMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected