Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/build
/ file_done
Function
file_done
v2/engine/filesys.c:107–115 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
105
*/
106
107
void file_done()
108
{
109
remove_files_atexit();
110
if ( filecache_hash )
111
{
112
hashenumerate( filecache_hash, free_file_info, (void *)0 );
113
hashdone( filecache_hash );
114
}
115
}
116
117
118
/*
Callers
1
main
Function · 0.85
Calls
3
remove_files_atexit
Function · 0.85
hashenumerate
Function · 0.85
hashdone
Function · 0.85
Tested by
no test coverage detected