MCPcopy Create free account
hub / github.com/dmlc/dmlc-core / ThreadLocalStore

Method ThreadLocalStore

include/dmlc/thread_local.h:56–56  ·  view source on GitHub ↗

! \brief constructor */

Source from the content-addressed store, hash-verified

54 private:
55 /*! \brief constructor */
56 ThreadLocalStore() {}
57 /*! \brief destructor */
58 ~ThreadLocalStore() {
59 for (size_t i = 0; i < data_.size(); ++i) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected