MCPcopy 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

openMethod · 0.80
openCachedEntryMethod · 0.80
readMethod · 0.80
writeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected