MCPcopy 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
107void 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

mainFunction · 0.85

Calls 3

remove_files_atexitFunction · 0.85
hashenumerateFunction · 0.85
hashdoneFunction · 0.85

Tested by

no test coverage detected