Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ModOrganizer2/modorganizer
/ getFilesAndDirsWithFind
Function
getFilesAndDirsWithFind
src/envfs.cpp:446–451 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
444
}
445
446
Directory getFilesAndDirsWithFind(const std::wstring& path)
447
{
448
Directory d;
449
getFilesAndDirsWithFindImpl(path, d);
450
return d;
451
}
452
453
} // namespace env
Callers
nothing calls this directly
Calls
1
getFilesAndDirsWithFindImpl
Function · 0.85
Tested by
no test coverage detected