MCPcopy 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
76size_t TaskQueue::size() const
77{
78 std::unique_lock lck(mtx);
79 return task_infos.size();
80}
81
82void TaskQueue::updateTasksFromLogIfNeeded(const TaskInfoLog & log)
83{

Callers 15

registerHandlerMethod · 0.45
parseMethod · 0.45
splitFunction · 0.45
deserializeMethod · 0.45
parseTimeWindowFunction · 0.45
checkValidMethod · 0.45
deserializeMethod · 0.45
parseBlobWithHeaderFunction · 0.45
batchReadTaskLogFunction · 0.45
deserializeMethod · 0.45
vectorSerializeFunction · 0.45
vectorDeserializeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected