Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baidu/braft
/ Block
Method
Block
example/block/server.cpp:72–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
class Block : public braft::StateMachine {
71
public:
72
Block()
73
: _node(NULL)
74
, _leader_term(-1)
75
, _fd(NULL)
76
{}
77
~Block() {
78
delete _node;
79
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected