MCPcopy Create free account
hub / github.com/colmap/colmap / Append

Method Append

src/colmap/ui/log_widget.cc:124–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124void LogWidget::Append(google::LogSeverity severity, std::string text) {
125 QMutexLocker locker(&mutex_);
126 text_queue_.push_back({severity, std::move(text)});
127}
128
129void LogWidget::Flush() {
130 QMutexLocker locker(&mutex_);

Callers 1

sendMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected