Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
6
using namespace base;
7
8
void CConfig::SetFilePath(const std::string& path) {
9
_file = path;
10
}
11
12
bool CConfig::ReLoadFile() {
13
return LoadFile(_file);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected