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

Method getUncorrectedBlocks

src/input/DeviceData.cpp:187–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185 }
186
187 uint32_t DeviceData::getUncorrectedBlocks() const {
188 base::MutexLock lock(_mutex);
189 return _ublocks;
190 }
191
192} // namespace input

Callers 1

Transformation.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected