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

Method VRegistry

src/thundersvm/util/log.cpp:1860–1861  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1858// VRegistry
1859
1860 VRegistry::VRegistry(base::type::VerboseLevel level, base::type::EnumType* pFlags) : m_level(level), m_pFlags(pFlags) {
1861 }
1862
1863/// @brief Sets verbose level. Accepted range is 0-9
1864 void VRegistry::setLevel(base::type::VerboseLevel level) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected