MCPcopy 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
184bool FormatContext::IsDumpJson() const {
185 return _dumpJson;
186}
187
188bool FormatContext::IsNonStandardLua() const {
189 return _isSupportNonStandardLua;

Callers 1

CheckSingleFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected