| 616 | } |
| 617 | |
| 618 | void KeepSyncThread::ReportDelayStat() { |
| 619 | QLVerb("KeepSyncThread::ReportDelayStat"); |
| 620 | } |
| 621 | |
| 622 | void KeepSyncThread::GetAllLocalQueue(vector<consumer::Queue_t> &queues) { |
| 623 | queues.clear(); |
nothing calls this directly
no outgoing calls
no test coverage detected