Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Xtra-Computing/thundersvm
/ addFlag
Method
addFlag
include/thundersvm/util/log.h:2643–2645 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2641
}
2642
2643
inline void addFlag(LoggingFlag flag) {
2644
base::utils::addFlag(flag, &m_flags);
2645
}
2646
2647
inline void removeFlag(LoggingFlag flag) {
2648
base::utils::removeFlag(flag, &m_flags);
Callers
1
addFlag
Method · 0.45
Calls
1
addFlag
Function · 0.85
Tested by
no test coverage detected