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:1681–1683 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1679
virtual void updateFormatSpec(void) ELPP_FINAL;
1680
1681
inline void addFlag(base::FormatFlags flag) {
1682
base::utils::addFlag(flag, &m_flags);
1683
}
1684
1685
private:
1686
Level m_level;
Callers
nothing calls this directly
Calls
1
addFlag
Function · 0.85
Tested by
no test coverage detected