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

Method IsXamlHeader

Source/cmVisualStudio10TargetGenerator.cxx:5434–5438  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5432}
5433
5434bool cmVisualStudio10TargetGenerator::IsXamlHeader(
5435 std::string const& headerFile)
5436{
5437 return this->ExpectedXamlHeaders.count(headerFile) > 0;
5438}
5439
5440bool cmVisualStudio10TargetGenerator::IsXamlSource(
5441 std::string const& sourceFile)

Callers 1

WriteHeaderSourceMethod · 0.95

Calls 1

countMethod · 0.45

Tested by

no test coverage detected