MCPcopy Create free account
hub / github.com/aethersdr/AetherSDR / removeTap

Method removeTap

src/core/LogManager.cpp:210–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208}
209
210void LogManager::removeTap(int id)
211{
212 QMutexLocker lk(&m_tapMutex);
213 m_taps.remove(id);
214}
215
216void LogManager::flushLog() const
217{

Callers 1

stopMethod · 0.80

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected