MCPcopy Create free account
hub / github.com/catboost/catboost / Clear

Method Clear

tools/enum_parser/parse_enum/parse_enum.h:20–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18 TString CommentText;
19
20 void Clear() {
21 *this = TItem();
22 }
23
24 void NormalizeValue() {
25 if (!Value)

Callers 2

AddEnumItemMethod · 0.45
DoKeywordMethod · 0.45

Calls 1

TItemClass · 0.70

Tested by

no test coverage detected