Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
37
void FormatContext::SetOutputFilePath(std::string_view path) {
38
_outPath = std::string(path);
39
}
40
41
void FormatContext::SetConfigFilePath(std::string_view configPath) {
42
if (!configPath.empty()) {
Callers
2
InitFormat
Function · 0.80
InitCheck
Function · 0.80
Calls
1
string
Function · 0.85
Tested by
no test coverage detected