MCPcopy Create free account
hub / github.com/Tylemagne/Gopher360 / onlyWhitespace

Method onlyWhitespace

Windows/Gopher/Gopher/ConfigFile.cpp:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10}
11
12bool ConfigFile::onlyWhitespace(const std::string &line) const
13{
14 return (line.find_first_not_of(' ') == line.npos);
15}
16bool ConfigFile::validLine(const std::string &line) const
17{
18 std::string temp = line;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected