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

Method IsKeyValuePair

Source/cmVisualStudioSlnParser.cxx:77–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77bool cmVisualStudioSlnParser::ParsedLine::IsKeyValuePair() const
78{
79 assert(!this->Tag.empty());
80 return this->Arg.first.empty() && this->Values.size() == 1;
81}
82
83std::string cmVisualStudioSlnParser::ParsedLine::GetArgVerbatim() const
84{

Callers 1

ProcessMethod · 0.80

Calls 2

emptyMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected