MCPcopy Create free account
hub / github.com/ByConity/ByConity / updateProgressOut

Method updateProgressOut

src/Common/CurrentThread.cpp:60–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60void CurrentThread::updateProgressOut(const Progress & value)
61{
62 if (unlikely(!current_thread))
63 return;
64 current_thread->progress_out.incrementPiecewiseAtomically(value);
65}
66
67void CurrentThread::attachInternalTextLogsQueue(const std::shared_ptr<InternalTextLogsQueue> & logs_queue,
68 LogsLevel client_logs_level)

Callers 4

writeMethod · 0.45
writePrefixMethod · 0.45
writeSuffixMethod · 0.45
consumeMethod · 0.45

Calls 1

Tested by

no test coverage detected