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

Method IsNonStandardLua

CodeFormat/src/FormatContext.cpp:188–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186}
187
188bool FormatContext::IsNonStandardLua() const {
189 return _isSupportNonStandardLua;
190}
191
192std::string_view FormatContext::GetOutputPath() const {
193 return _outPath;

Callers 3

CheckSingleFileMethod · 0.80
ReformatSingleFileMethod · 0.80
RangeReformatMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected