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