Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
210
void LogManager::removeTap(int id)
211
{
212
QMutexLocker lk(&m_tapMutex);
213
m_taps.remove(id);
214
}
215
216
void LogManager::flushLog() const
217
{
Callers
1
stop
Method · 0.80
Calls
1
remove
Method · 0.45
Tested by
no test coverage detected