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

Method setStorage

include/thundersvm/util/log.h:3688–3690  ·  view source on GitHub ↗

@brief Shares logging repository (base::Storage)

Source from the content-addressed store, hash-verified

3686 public:
3687 /// @brief Shares logging repository (base::Storage)
3688 static inline void setStorage(base::type::StoragePointer storage) {
3689 ELPP = storage;
3690 }
3691 /// @return Main storage repository
3692 static inline base::type::StoragePointer storage() {
3693 return ELPP;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected