Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dmlc/xgboost
/ Iter
Method
Iter
src/data/sparse_page_source.h:393–393 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
391
}
392
393
[[nodiscard]] std::uint32_t Iter() const { return count_; }
394
395
[[nodiscard]] S const& operator*() const override {
396
CHECK(page_);
Callers
3
WriteCache
Method · 0.95
PageSourceIncMixIn
Class · 0.45
ExtQantileSourceMixin
Class · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected