Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cryptonomex/graphene
/ ~database_api
Method
~database_api
libraries/app/database_api.cpp:180–180 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
178
: my( new database_api_impl( db ) ) {}
179
180
database_api::~database_api() {}
181
182
database_api_impl::database_api_impl( graphene::chain::database& db ):_db(db)
183
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected