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

Method GetWorkspace

CodeFormat/src/FormatContext.cpp:196–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194}
195
196std::string_view FormatContext::GetWorkspace() const {
197 return _workspace;
198}
199
200const std::vector<std::string> &FormatContext::GetIgnorePattern() const {
201 return _ignorePattern;

Callers 2

CheckWorkspaceMethod · 0.80
ReformatWorkspaceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected