Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ByConity/ByConity
/ size
Method
size
src/Statistics/AutoStatisticsTaskQueue.cpp:76–80 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
}
75
76
size_t TaskQueue::size() const
77
{
78
std::unique_lock lck(mtx);
79
return task_infos.size();
80
}
81
82
void TaskQueue::updateTasksFromLogIfNeeded(const TaskInfoLog & log)
83
{
Callers
15
registerHandler
Method · 0.45
parse
Method · 0.45
split
Function · 0.45
deserialize
Method · 0.45
parseTimeWindow
Function · 0.45
checkValid
Method · 0.45
deserialize
Method · 0.45
parseBlobWithHeader
Function · 0.45
batchReadTaskLog
Function · 0.45
deserialize
Method · 0.45
vectorSerialize
Function · 0.45
vectorDeserialize
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected