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

Method IsAHeaderExtension

Source/cmake.h:336–339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

334 }
335
336 bool IsAHeaderExtension(cm::string_view ext) const
337 {
338 return this->HeaderFileExtensions.Test(ext);
339 }
340
341 // Strips the extension (if present and known) from a filename
342 std::string StripExtension(std::string const& file) const;

Callers 2

IsAKnownExtensionMethod · 0.95
InitScanFilesMethod · 0.80

Calls 1

TestMethod · 0.80

Tested by

no test coverage detected