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

Function isVolumeEmpty

samples/Basic_IFS/app/application.cpp:401–406  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

399}
400
401bool isVolumeEmpty()
402{
403 Directory dir;
404 dir.open();
405 return !dir.next();
406}
407
408void listAttributes()
409{

Callers 1

fstestFunction · 0.85

Calls 2

openMethod · 0.45
nextMethod · 0.45

Tested by

no test coverage detected