MCPcopy 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

WriteCacheMethod · 0.95
PageSourceIncMixInClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected