Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ IsValid
Method
IsValid
library/cpp/linear_regression/benchmark/pool.cpp:50–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
}
49
50
bool TPool::TCVIterator::IsValid() const {
51
return Current != InstanceFoldNumbers.end();
52
}
53
54
const TInstance& TPool::TCVIterator::operator*() const {
55
return ParentPool[Current - InstanceFoldNumbers.begin()];
Callers
1
QualityBenchmark
Function · 0.45
Calls
1
end
Method · 0.45
Tested by
no test coverage detected