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

Method setGlobally

include/thundersvm/util/log.h:1861–1863  ·  view source on GitHub ↗

@brief Sets configuration for all levels. @param configurationType Type of configuration @param value String based value @see Configurations::set(Level level, ConfigurationType configurationType, const std::string& value)

Source from the content-addressed store, hash-verified

1859 /// @param value String based value
1860 /// @see Configurations::set(Level level, ConfigurationType configurationType, const std::string& value)
1861 inline void setGlobally(ConfigurationType configurationType, const std::string& value) {
1862 setGlobally(configurationType, value, false);
1863 }
1864
1865 /// @brief Clears repository so that all the configurations are unset
1866 inline void clear(void) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected