Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ByConity/ByConity
/ ~VWQueueSyncThread
Method
~VWQueueSyncThread
src/ResourceGroup/VWQueueSyncThread.cpp:217–227 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
215
}
216
217
VWQueueSyncThread::~VWQueueSyncThread()
218
{
219
try
220
{
221
stop();
222
}
223
catch (...)
224
{
225
tryLogCurrentException(log);
226
}
227
}
228
229
}
Callers
nothing calls this directly
Calls
2
stop
Function · 0.85
tryLogCurrentException
Function · 0.85
Tested by
no test coverage detected