MCPcopy Create free account
hub / github.com/Xtra-Computing/thundersvm / registerNew

Method registerNew

include/thundersvm/util/log.h:1466–1469  ·  view source on GitHub ↗

@brief Registers new registry to repository.

Source from the content-addressed store, hash-verified

1464
1465/// @brief Registers new registry to repository.
1466 virtual void registerNew(const T_Key& uniqKey, T_Ptr* ptr) ELPP_FINAL {
1467 unregister(uniqKey);
1468 this->list().insert(std::make_pair(uniqKey, ptr));
1469 }
1470
1471/// @brief Unregisters single entry mapped to specified unique key
1472 void unregister(const T_Key& uniqKey) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected