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

Function file_dirscan

v2/engine/filesys.c:95–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93 */
94
95void file_dirscan( OBJECT * dir, scanback func, void * closure )
96{
97 PROFILE_ENTER( FILE_DIRSCAN );
98 file_dirscan_impl( dir, func, closure );
99 PROFILE_EXIT( FILE_DIRSCAN );
100}
101
102
103/*

Callers 2

builtin_globFunction · 0.85
glob1Function · 0.85

Calls 1

file_dirscan_implFunction · 0.85

Tested by

no test coverage detected