Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ IncCount
Method
IncCount
util/thread/lfqueue.h:13–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
struct TDefaultLFCounter {
12
template <class T>
13
void IncCount(const T& data) {
14
(void)data;
15
}
16
template <class T>
17
void DecCount(const T& data) {
18
(void)data;
Callers
1
EnqueueImpl
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected