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

Method configurationType

include/thundersvm/util/log.h:1745–1747  ·  view source on GitHub ↗

@brief Gets configuration type of current configuration

Source from the content-addressed store, hash-verified

1743
1744 /// @brief Gets configuration type of current configuration
1745 inline ConfigurationType configurationType(void) const {
1746 return m_configurationType;
1747 }
1748
1749 /// @brief Gets string based configuration value
1750 inline const std::string& value(void) const {

Callers 3

operator()Method · 0.80
setMethod · 0.80
buildMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected