Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dmlc/dmlc-core
/ BeforeFirst
Method
BeforeFirst
src/data/parser.h:89–91 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
delete tmp_;
88
}
89
virtual void BeforeFirst() {
90
iter_.BeforeFirst();
91
}
92
/*! \brief implement next */
93
using ParserImpl<IndexType, DType>::data_ptr_;
94
using ParserImpl<IndexType, DType>::data_end_;
Callers
1
ThreadedParser
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected