MCPcopy 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
72bool STDirectory::folder(size_t index)
73{
74 return index < mList.size() ? mList.at(index).directory : false;
75}
76
77size_t STDirectory::count(void)
78{

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected