MCPcopy Create free account
hub / github.com/Xtra-Computing/thundersvm / removeFlag

Method removeFlag

include/thundersvm/util/log.h:3877–3879  ·  view source on GitHub ↗

@brief Removes logging flag used internally.

Source from the content-addressed store, hash-verified

3875 }
3876 /// @brief Removes logging flag used internally.
3877 static inline void removeFlag(LoggingFlag flag) {
3878 ELPP->removeFlag(flag);
3879 }
3880 /// @brief Determines whether or not certain flag is active
3881 static inline bool hasFlag(LoggingFlag flag) {
3882 return ELPP->hasFlag(flag);

Callers

nothing calls this directly

Calls 1

removeFlagMethod · 0.45

Tested by

no test coverage detected