MCPcopy Create free account
hub / github.com/ModOrganizer2/modorganizer / forEachEntry

Function forEachEntry

src/envfs.cpp:359–363  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

357}
358
359void forEachEntry(const std::wstring& path, void* cx, DirStartF* dirStartF,
360 DirEndF* dirEndF, FileF* fileF)
361{
362 DirectoryWalker().forEachEntry(path, cx, dirStartF, dirEndF, fileF);
363}
364
365Directory getFilesAndDirs(const std::wstring& path)
366{

Callers 2

getFilesAndDirsFunction · 0.85
refreshListMethod · 0.85

Calls 2

forEachEntryMethod · 0.80
DirectoryWalkerClass · 0.70

Tested by

no test coverage detected