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

Method AddKeywordError

Source/cmArgumentParser.h:42–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 explicit operator bool() const { return this->KeywordErrors.empty(); }
41
42 void AddKeywordError(cm::string_view key, cm::string_view text)
43
44 {
45 this->KeywordErrors[key].emplace(text);
46 }
47
48 KeywordErrorMap const& GetKeywordErrors() const
49 {

Callers 3

BindMethod · 0.80
FinishKeywordMethod · 0.80
validateTypeValueMethod · 0.80

Calls 1

emplaceMethod · 0.80

Tested by

no test coverage detected