Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Xtra-Computing/thundersvm
/ hasFlag
Method
hasFlag
include/thundersvm/util/log.h:2651–2653 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2649
}
2650
2651
inline bool hasFlag(LoggingFlag flag) const {
2652
return base::utils::hasFlag(flag, m_flags);
2653
}
2654
2655
inline base::type::EnumType flags(void) const {
2656
return m_flags;
Callers
13
dispatch
Method · 0.45
handle
Method · 0.45
build
Method · 0.45
initialize
Method · 0.45
log.cpp
File · 0.45
initializeLogger
Method · 0.45
processDispatch
Method · 0.45
triggerDispatch
Method · 0.45
getFormattedTimeTaken
Method · 0.45
crashReason
Function · 0.45
MessageBuilder
Class · 0.45
handle
Method · 0.45
Calls
1
hasFlag
Function · 0.85
Tested by
no test coverage detected