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

Method IsAKnownExtension

Source/cmake.h:324–327  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

322 }
323
324 bool IsAKnownExtension(cm::string_view ext) const
325 {
326 return this->IsAKnownSourceExtension(ext) || this->IsAHeaderExtension(ext);
327 }
328
329 std::vector<std::string> GetAllExtensions() const;
330

Callers 3

StripExtensionMethod · 0.95
UpdateExtensionMethod · 0.80

Calls 2

IsAHeaderExtensionMethod · 0.95

Tested by

no test coverage detected