Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlagBrew/PKSM
/ folder
Method
folder
common/source/io/STDirectory.cpp:72–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
}
71
72
bool STDirectory::folder(size_t index)
73
{
74
return index < mList.size() ? mList.at(index).directory : false;
75
}
76
77
size_t STDirectory::count(void)
78
{
Callers
nothing calls this directly
Calls
1
size
Method · 0.45
Tested by
no test coverage detected