| 99 | } |
| 100 | |
| 101 | int ReplicationTransfer::ReadDataFromDC(vector<string> *buffer) { |
| 102 | return GetEvents(buffer); |
| 103 | } |
| 104 | |
| 105 | int ReplicationTransfer::GetEvents(vector<string> *event_list) { |
| 106 | uint32_t get_num = 0; |
nothing calls this directly
no outgoing calls
no test coverage detected