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

Method addFlag

include/thundersvm/util/log.h:3873–3875  ·  view source on GitHub ↗

@brief Adds logging flag used internally.

Source from the content-addressed store, hash-verified

3871 static void flushAll(void);
3872 /// @brief Adds logging flag used internally.
3873 static inline void addFlag(LoggingFlag flag) {
3874 ELPP->addFlag(flag);
3875 }
3876 /// @brief Removes logging flag used internally.
3877 static inline void removeFlag(LoggingFlag flag) {
3878 ELPP->removeFlag(flag);

Callers

nothing calls this directly

Calls 1

addFlagMethod · 0.45

Tested by

no test coverage detected