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

Method response

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

Source from the content-addressed store, hash-verified

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

Callers 3

on_applyMethod · 0.45
follower_append_entriesFunction · 0.45
TEST_PFunction · 0.45

Calls

no outgoing calls

Tested by 2

follower_append_entriesFunction · 0.36
TEST_PFunction · 0.36