MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / getDirectoryEntryCount

Method getDirectoryEntryCount

source/io/fsopennode.cpp:83–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83U32 FsOpenNode::getDirectoryEntryCount() {
84 this->loadDirEntries();
85 return (U32)this->dirEntries.size();
86}
87
88std::shared_ptr<FsNode> FsOpenNode::getDirectoryEntry(U32 index, BString& name) {
89 if (!this->node) {

Callers 2

seekMethod · 0.80
getdentsMethod · 0.80

Calls 2

loadDirEntriesMethod · 0.95
sizeMethod · 0.45

Tested by

no test coverage detected