Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dmlc/dmlc-core
/ Tell
Method
Tell
include/dmlc/memory_io.h:94–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
92
curr_ptr_ = static_cast<size_t>(pos);
93
}
94
virtual size_t Tell(void) {
95
return curr_ptr_;
96
}
97
98
private:
99
/*! \brief in memory buffer */
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected