| 24 | class StoreConfig : public BaseConfig<phxqueue::config::StoreConfig> { |
| 25 | public: |
| 26 | StoreConfig() : BaseConfig<phxqueue::config::StoreConfig>() {} |
| 27 | virtual ~StoreConfig() {} |
| 28 | }; |
| 29 |
nothing calls this directly
no outgoing calls
no test coverage detected