Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
177
void 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_glob
Function · 0.85
glob1
Function · 0.85
Calls
1
file_dirscan_impl
Function · 0.85
Tested by
no test coverage detected