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

Method hasFlag

include/thundersvm/util/log.h:3881–3883  ·  view source on GitHub ↗

@brief Determines whether or not certain flag is active

Source from the content-addressed store, hash-verified

3879 }
3880 /// @brief Determines whether or not certain flag is active
3881 static inline bool hasFlag(LoggingFlag flag) {
3882 return ELPP->hasFlag(flag);
3883 }
3884 /// @brief Adds flag and removes it when scope goes out
3885 class ScopedAddFlag {
3886 public:

Callers

nothing calls this directly

Calls 1

hasFlagMethod · 0.45

Tested by

no test coverage detected