MCPcopy Create free account
hub / github.com/Barracuda09/SATPI / hasLock

Method hasLock

src/input/DeviceData.cpp:162–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160 }
161
162 int DeviceData::hasLock() const {
163 base::MutexLock lock(_mutex);
164 return (_status & FE_HAS_LOCK) ? 1 : 0;
165 }
166
167 fe_status_t DeviceData::getSignalStatus() const {
168 base::MutexLock lock(_mutex);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected