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

Method IsDataGroupSetSupported

Source/cmVisualStudioSlnParser.cxx:478–482  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

476}
477
478bool cmVisualStudioSlnParser::IsDataGroupSetSupported(
479 DataGroupSet dataGroups) const
480{
481 return (dataGroups & DataGroupProjects) != 0;
482}
483
484bool cmVisualStudioSlnParser::ParseImpl(std::istream& input, cmSlnData& output,
485 State& state)

Callers 2

ParseMethod · 0.95
ParseFileMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected