Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MeshInspector/MeshLib
/ empty
Method
empty
source/MRViewer/MROpenObjects.cpp:41–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
#endif
40
41
bool empty() const
42
{
43
return files.empty() && subfolders.empty() && !dicomFolder;
44
}
45
};
46
47
std::function<FilePathNode( const std::filesystem::path& )> getFilePathNode;
Callers
1
makeObjectTreeFromFolder
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected