Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/build
/ path_done
Function
path_done
v2/engine/pathnt.c:294–301 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
292
293
294
void path_done( void )
295
{
296
if ( path_key_cache )
297
{
298
hashenumerate( path_key_cache, &free_path_key_entry, 0 );
299
hashdone( path_key_cache );
300
}
301
}
Callers
1
main
Function · 0.70
Calls
2
hashenumerate
Function · 0.85
hashdone
Function · 0.85
Tested by
no test coverage detected