Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andysworkshop/stm32plus
/ getTotalBlocksOnDevice
Method
getTotalBlocksOnDevice
lib/src/device/CachedBlockDevice.cpp:203–205 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
201
}
202
203
uint32_t CachedBlockDevice::getTotalBlocksOnDevice() {
204
return _device.getTotalBlocksOnDevice();
205
}
206
}
Callers
4
checkFillBuffer
Method · 0.45
skip
Method · 0.45
available
Method · 0.45
requireBytes
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected