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

Method isLevel

src/thundersvm/util/log.cpp:383–385  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

381 }
382
383 bool Configurations::Parser::isLevel(const std::string& line) {
384 return base::utils::Str::startsWith(line, std::string(base::consts::kConfigurationLevel));
385 }
386
387 bool Configurations::Parser::isComment(const std::string& line) {
388 return base::utils::Str::startsWith(line, std::string(base::consts::kConfigurationComment));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected