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

Method Push

library/cpp/containers/comptrie/opaque_trie_iterator.h:56–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 class TForkStack {
55 public:
56 void Push(const TFork& fork) {
57 if (TopHasLabelInKey()) {
58 Key.push_back(Top().GetLabel());
59 }
60 Forks.push_back(fork);
61 }
62
63 void Pop() {
64 Forks.pop_back();

Callers 4

LongestPrefixMethod · 0.45
UpperBoundMethod · 0.45
ForwardMethod · 0.45
BackwardMethod · 0.45

Calls 2

push_backMethod · 0.45
GetLabelMethod · 0.45

Tested by

no test coverage detected