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

Method Test

Source/cmake.h:151–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149 struct FileExtensions
150 {
151 bool Test(cm::string_view ext) const
152 {
153 return (this->unordered.find(ext) != this->unordered.end());
154 }
155
156 std::vector<std::string> ordered;
157 std::unordered_set<cm::string_view> unordered;

Callers 3

IsAHeaderExtensionMethod · 0.80

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected