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

Method GetInputPath

CodeFormat/src/FormatContext.cpp:230–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228}
229
230std::string FormatContext::GetInputPath() const {
231 return _inputPath;
232}
233
234const LuaDiagnosticStyle &FormatContext::GetDiagnosticStyle() const {
235 return _diagnosticStyle;

Callers 3

CheckMethod · 0.80
ReformatMethod · 0.80
RangeReformatMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected