Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppCXY/EmmyLuaCodeStyle
/ IsDumpJson
Method
IsDumpJson
CodeFormat/src/FormatContext.cpp:184–186 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
182
}
183
184
bool FormatContext::IsDumpJson() const {
185
return _dumpJson;
186
}
187
188
bool FormatContext::IsNonStandardLua() const {
189
return _isSupportNonStandardLua;
Callers
1
CheckSingleFile
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected