MCPcopy Create free account
hub / github.com/Kitware/CMake / IsComment

Method IsComment

Source/cmVisualStudioSlnParser.cxx:71–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69std::string const cmVisualStudioSlnParser::ParsedLine::Quote("\"");
70
71bool cmVisualStudioSlnParser::ParsedLine::IsComment() const
72{
73 assert(!this->Tag.empty());
74 return (this->Tag[0] == '#');
75}
76
77bool cmVisualStudioSlnParser::ParsedLine::IsKeyValuePair() const
78{

Callers 2

ProcessMethod · 0.80
ParseImplMethod · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected