Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
208
bool FormatContext::IsFormatLine() const {
209
return _isRangeLine;
210
}
211
212
std::string FormatContext::GetFormatRangeString() const {
213
return _rangeStr;
Callers
1
RangeReformat
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected