Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
LongestPrefix
Method · 0.45
UpperBound
Method · 0.45
Forward
Method · 0.45
Backward
Method · 0.45
Calls
2
push_back
Method · 0.45
GetLabel
Method · 0.45
Tested by
no test coverage detected