@return Main storage repository
| 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); |
nothing calls this directly
no outgoing calls
no test coverage detected