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

Method request

example/block/server.cpp:55–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 ~BlockClosure() {}
54
55 const BlockRequest* request() const { return _request; }
56 BlockResponse* response() const { return _response; }
57 void Run();
58 butil::IOBuf* data() const { return _data; }

Callers 2

on_applyMethod · 0.45
follower_append_entriesFunction · 0.45

Calls

no outgoing calls

Tested by 1

follower_append_entriesFunction · 0.36