Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
401
bool isVolumeEmpty()
402
{
403
Directory dir;
404
dir.open();
405
return !dir.next();
406
}
407
408
void listAttributes()
409
{
Callers
1
fstest
Function · 0.85
Calls
2
open
Method · 0.45
next
Method · 0.45
Tested by
no test coverage detected