MCPcopy Create free account
hub / github.com/SmingHub/Sming / sync

Method sync

Sming/Components/Storage/src/Partition.cpp:262–265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

260}
261
262bool Partition::sync()
263{
264 return mDevice ? mDevice->sync() : false;
265}
266
267size_t Partition::Info::printTo(Print& p) const
268{

Callers 5

closeMethod · 0.45
flushMethod · 0.45
setxattrMethod · 0.45
renameMethod · 0.45
removeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected