Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SpartanJ/eepp
/ setKeepLog
Method
setKeepLog
src/eepp/system/log.cpp:74–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
72
}
73
74
void Log::setKeepLog( bool keepLog ) {
75
mKeepLog = keepLog;
76
}
77
78
const std::string& Log::getFilePath() const {
79
return mFilePath;
Callers
2
loadConfig
Method · 0.80
init
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected