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

Method isComment

src/thundersvm/util/log.cpp:387–389  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

385 }
386
387 bool Configurations::Parser::isComment(const std::string& line) {
388 return base::utils::Str::startsWith(line, std::string(base::consts::kConfigurationComment));
389 }
390
391 bool Configurations::Parser::isConfig(const std::string& line) {
392 std::size_t assignment = line.find('=');

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected