Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Serial-Studio/Serial-Studio
/ Exit
Method
Exit
lib/mdflib/mdflib/src/writecache.cpp:88–91 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
86
}
87
88
void WriteCache::Exit() {
89
StopWorkThread();
90
cache_.clear();
91
}
92
93
void WriteCache::StopWorkThread() {
94
stop_thread_ = true;
Callers
8
~Mdf3Writer
Method · 0.80
ExitWriteCache
Method · 0.80
~MdfBusLogger
Method · 0.80
~Mdf4Writer
Method · 0.80
ExitWriteCache
Method · 0.80
~MdfConverter
Method · 0.80
InitMeasurement
Method · 0.80
FinalizeMeasurement
Method · 0.80
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected