MCPcopy Create free account
hub / github.com/defold/defold / IterateTree

Function IterateTree

engine/dlib/src/dlib/sys_web.cpp:188–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186 }
187
188 Result IterateTree(const char* dirpath, bool recursive, bool call_before, void* ctx, void (*callback)(void* ctx, const char* path, bool isdir))
189 {
190 return dmSysPosix::IterateTree(dirpath, recursive, call_before, ctx, callback);
191 }
192
193 Result Unlink(const char* path)
194 {

Callers 4

RmTreeFunction · 0.70
CorruptDirsFunction · 0.50
TEST_FFunction · 0.50
MissingContent_DirsFunction · 0.50

Calls

no outgoing calls

Tested by 3

CorruptDirsFunction · 0.40
TEST_FFunction · 0.40
MissingContent_DirsFunction · 0.40