Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/caozhiyi/CppNet
/ ReLoadFile
Method
ReLoadFile
base/Config.cpp:12–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
}
11
12
bool CConfig::ReLoadFile() {
13
return LoadFile(_file);
14
}
15
16
bool CConfig::LoadFile(const std::string& path) {
17
SetFilePath(path);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected