Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
27
namespace graphene { namespace db {
28
29
object_database::object_database()
30
:_undo_db(*this)
31
{
32
_index.resize(255);
33
_undo_db.enable();
34
}
35
36
object_database::~object_database(){}
37
Callers
nothing calls this directly
Calls
2
resize
Method · 0.80
enable
Method · 0.80
Tested by
no test coverage detected