MCPcopy Create free account
hub / github.com/Tencent/phxsql / ReadDataFromDC

Method ReadDataFromDC

phxbinlogsvr/core/repl/replication_transfer.cpp:101–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101int ReplicationTransfer::ReadDataFromDC(vector<string> *buffer) {
102 return GetEvents(buffer);
103}
104
105int ReplicationTransfer::GetEvents(vector<string> *event_list) {
106 uint32_t get_num = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected