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

Method level

include/thundersvm/util/log.h:1740–1742  ·  view source on GitHub ↗

@brief Gets level of current configuration

Source from the content-addressed store, hash-verified

1738
1739 /// @brief Gets level of current configuration
1740 inline Level level(void) const {
1741 return m_level;
1742 }
1743
1744 /// @brief Gets configuration type of current configuration
1745 inline ConfigurationType configurationType(void) const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected