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

Method enabled

include/thundersvm/util/log.h:2200–2202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2198 public:
2199 Callback(void) : m_enabled(true) {}
2200 inline bool enabled(void) const {
2201 return m_enabled;
2202 }
2203 inline void setEnabled(bool enabled) {
2204 base::threading::ScopedLock scopedLock(lock());
2205 m_enabled = enabled;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected