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

Method BlockServiceImpl

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

Source from the content-addressed store, hash-verified

442class BlockServiceImpl : public BlockService {
443public:
444 explicit BlockServiceImpl(Block* block) : _block(block) {}
445 void write(::google::protobuf::RpcController* controller,
446 const ::example::BlockRequest* request,
447 ::example::BlockResponse* response,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected