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

Method storage

include/thundersvm/util/log.h:3692–3694  ·  view source on GitHub ↗

@return Main storage repository

Source from the content-addressed store, hash-verified

3690 }
3691 /// @return Main storage repository
3692 static inline base::type::StoragePointer storage() {
3693 return ELPP;
3694 }
3695 /// @brief Sets application arguments and figures out whats active for logging and whats not.
3696 static inline void setArgs(int argc, char** argv) {
3697 ELPP->setApplicationArguments(argc, argv);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected