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

Method GetWorkMode

CodeFormat/src/FormatContext.cpp:180–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178}
179
180WorkMode FormatContext::GetWorkMode() const {
181 return _workMode;
182}
183
184bool FormatContext::IsDumpJson() const {
185 return _dumpJson;

Callers 2

CheckMethod · 0.80
ReformatMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected