Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
212
std::string FormatContext::GetFormatRangeString() const {
213
return _rangeStr;
214
}
215
216
std::string FormatContext::GetInputText() const {
217
if (_workMode == WorkMode::Stdin) {
Callers
1
RangeReformat
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected