MCPcopy Create free account
hub / github.com/caozhiyi/CppNet / SetFilePath

Method SetFilePath

base/Config.cpp:8–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6using namespace base;
7
8void CConfig::SetFilePath(const std::string& path) {
9 _file = path;
10}
11
12bool CConfig::ReLoadFile() {
13 return LoadFile(_file);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected