Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Barracuda09/SATPI
/ hasDeviceDataChanged
Method
hasDeviceDataChanged
src/input/DeviceData.cpp:143–146 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
141
}
142
143
bool DeviceData::hasDeviceDataChanged() const {
144
base::MutexLock lock(_mutex);
145
return _changed;
146
}
147
148
void DeviceData::setMonitorData(
149
const fe_status_t status,
Callers
2
update
Method · 0.45
processStreamingRequest
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected