MCPcopy Create free account
hub / github.com/baidu/braft / Run

Method Run

src/braft/node.cpp:2228–2231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2226 _node->AddRef();
2227 }
2228 void Run() {
2229 run();
2230 delete this;
2231 }
2232private:
2233 ~FollowerStableClosure() {
2234 if (_node) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected