MCPcopy Create free account
hub / github.com/boostorg/build / file_dirscan

Function file_dirscan

src/engine/filesys.cpp:177–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175 */
176
177void file_dirscan( OBJECT * dir, scanback func, void * closure )
178{
179 PROFILE_ENTER( FILE_DIRSCAN );
180 file_dirscan_impl( dir, func, closure );
181 PROFILE_EXIT( FILE_DIRSCAN );
182}
183
184
185/*

Callers 2

builtin_globFunction · 0.85
glob1Function · 0.85

Calls 1

file_dirscan_implFunction · 0.85

Tested by

no test coverage detected