MCPcopy Create free account
hub / github.com/bitshares/bitshares-core / database_api

Method database_api

libraries/app/database_api.cpp:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50//////////////////////////////////////////////////////////////////////
51
52database_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
57database_api::~database_api() = default;
58

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected