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

Method object_database

libraries/db/object_database.cpp:29–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27namespace graphene { namespace db {
28
29object_database::object_database()
30:_undo_db(*this)
31{
32 _index.resize(255);
33 _undo_db.enable();
34}
35
36object_database::~object_database(){}
37

Callers

nothing calls this directly

Calls 2

resizeMethod · 0.80
enableMethod · 0.80

Tested by

no test coverage detected