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

Method SetOutputFilePath

CodeFormat/src/FormatContext.cpp:37–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37void FormatContext::SetOutputFilePath(std::string_view path) {
38 _outPath = std::string(path);
39}
40
41void FormatContext::SetConfigFilePath(std::string_view configPath) {
42 if (!configPath.empty()) {

Callers 2

InitFormatFunction · 0.80
InitCheckFunction · 0.80

Calls 1

stringFunction · 0.85

Tested by

no test coverage detected