| 155 | bool ReplicateNode::IsLogMatched() { return log_matched_; } |
| 156 | |
| 157 | std::string ReplicateNode::GetEndPoint() { return endpoint_; } |
| 158 | |
| 159 | uint64_t ReplicateNode::GetLastSyncOffset() { return last_sync_offset_; } |
| 160 |
no outgoing calls
no test coverage detected