| 50 | ////////////////////////////////////////////////////////////////////// |
| 51 | |
| 52 | database_api::database_api( graphene::chain::database& db, const application_options* app_options ) |
| 53 | : my( std::make_shared<database_api_impl>( db, app_options ) ) |
| 54 | { // Nothing else to do |
| 55 | } |
| 56 | |
| 57 | database_api::~database_api() = default; |
| 58 |
nothing calls this directly
no outgoing calls
no test coverage detected