MCPcopy 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

dispatchMethod · 0.45
handleMethod · 0.45
buildMethod · 0.45
initializeMethod · 0.45
log.cppFile · 0.45
initializeLoggerMethod · 0.45
processDispatchMethod · 0.45
triggerDispatchMethod · 0.45
getFormattedTimeTakenMethod · 0.45
crashReasonFunction · 0.45
MessageBuilderClass · 0.45
handleMethod · 0.45

Calls 1

hasFlagFunction · 0.85

Tested by

no test coverage detected