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

Method SetWorkspacePath

CodeFormat/src/FormatContext.cpp:17–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17void FormatContext::SetWorkspacePath(std::string_view workspace) {
18 _workspace = workspace;
19}
20
21void FormatContext::SetInputFilePath(std::string_view input) {
22 _inputPath = std::string(input);

Callers 2

InitFormatFunction · 0.80
InitCheckFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected