Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
501
template <>
Callers
4
testArgumentParserDynamic
Function · 0.45
testArgumentParserStatic
Function · 0.45
testArgumentParserDerivedStatic
Function · 0.45
cmProjectCommand
Function · 0.45
Calls
2
Find
Method · 0.45
end
Method · 0.45
Tested by
3
testArgumentParserDynamic
Function · 0.36
testArgumentParserStatic
Function · 0.36
testArgumentParserDerivedStatic
Function · 0.36