MCPcopy Create free account
hub / github.com/cryptonomex/graphene / ChainDataModel

Method ChainDataModel

programs/light_client/ChainDataModel.cpp:43–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43ChainDataModel::ChainDataModel(fc::thread& t, QObject* parent)
44 :QObject(parent),m_rpc_thread(&t){}
45
46void ChainDataModel::setDatabaseAPI(fc::api<database_api> dbapi) {
47 m_db_api = dbapi;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected