Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ OnMatch
Method
OnMatch
library/cpp/resource/resource.cpp:21–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
}
20
21
void OnMatch(const TResource& res) override {
22
R->push_back(res);
23
}
24
25
TResources* R;
26
};
Callers
1
FindMatch
Method · 0.45
Calls
1
push_back
Method · 0.45
Tested by
no test coverage detected