Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SmingHub/Sming
/ fileOpenRootDir
Function
fileOpenRootDir
Sming/Core/FileSystem.h:440–443 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
438
}
439
440
inline int fileOpenRootDir(DirHandle& dir)
441
{
442
return fileOpenDir(nullptr, dir);
443
}
444
445
/** @brief close a directory object
446
* @param dir directory to close
Callers
nothing calls this directly
Calls
1
fileOpenDir
Function · 0.85
Tested by
no test coverage detected