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

mainFunction · 0.70

Calls 2

hashenumerateFunction · 0.85
hashdoneFunction · 0.85

Tested by

no test coverage detected