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

Method parseFromText

src/thundersvm/util/log.cpp:221–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219 }
220
221 bool Configurations::parseFromText(const std::string& configurationsString, Configurations* base) {
222 bool success = Parser::parseFromText(configurationsString, this, base);
223 if (success) {
224 m_isFromFile = false;
225 }
226 return success;
227 }
228
229 void Configurations::setFromBase(Configurations* base) {
230 if (base == nullptr || base == this) {

Callers 1

configureFromGlobalMethod · 0.80

Calls 1

setFromBaseMethod · 0.80

Tested by

no test coverage detected