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

Method GetOutputPath

CodeFormat/src/FormatContext.cpp:192–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190}
191
192std::string_view FormatContext::GetOutputPath() const {
193 return _outPath;
194}
195
196std::string_view FormatContext::GetWorkspace() const {
197 return _workspace;

Callers 1

ReformatMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected