| 28 | |
| 29 | struct database_i { |
| 30 | virtual ~database_i() { } |
| 31 | virtual dbcontext_ptr create_context(bool for_write) volatile = 0; |
| 32 | virtual void stop() volatile = 0; |
| 33 | virtual const config& get_conf() const volatile = 0; |
nothing calls this directly
no outgoing calls
no test coverage detected