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

Method HasKeyword

Source/cmArgumentParser.h:495–498  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

493 }
494
495 bool HasKeyword(cm::string_view key) const
496 {
497 return this->Bindings.Keywords.Find(key) != this->Bindings.Keywords.end();
498 }
499};
500
501template <>

Callers 4

testArgumentParserStaticFunction · 0.45
cmProjectCommandFunction · 0.45

Calls 2

FindMethod · 0.45
endMethod · 0.45

Tested by 3

testArgumentParserStaticFunction · 0.36