Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dmlc/dmlc-core
/ ~TextParserBase
Method
~TextParserBase
src/data/text_parser.h:36–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
nthread_ = std::min(maxthread, nthread);
35
}
36
virtual ~TextParserBase() {
37
delete source_;
38
}
39
virtual void BeforeFirst(void) {
40
source_->BeforeFirst();
41
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected