Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MarlinFirmware/Marlin
/ cacheBlockNumber
Method
cacheBlockNumber
Marlin/src/sd/SdVolume.h:173–173 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
171
172
cache_t* cache() { return &cacheBuffer_; }
173
uint32_t cacheBlockNumber() const { return cacheBlockNumber_; }
174
175
#if USE_MULTIPLE_CARDS
176
bool cacheFlush();
Callers
4
open
Method · 0.80
openCachedEntry
Method · 0.80
read
Method · 0.80
write
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected