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

Method setEnabled

include/thundersvm/util/log.h:2203–2206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2201 return m_enabled;
2202 }
2203 inline void setEnabled(bool enabled) {
2204 base::threading::ScopedLock scopedLock(lock());
2205 m_enabled = enabled;
2206 }
2207 protected:
2208 virtual void handle(const T* handlePtr) = 0;
2209 private:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected