MCPcopy Create free account
hub / github.com/boostorg/build / path_as_key

Function path_as_key

v2/engine/pathnt.c:280–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278
279
280OBJECT * path_as_key( OBJECT * path )
281{
282 return object_copy( path_key( path, 0 )->key );
283}
284
285
286static void free_path_key_entry( void * xentry, void * const data )

Callers 5

file_infoFunction · 0.70
time_enterFunction · 0.70
cwd_initFunction · 0.70
set_explicit_bindingFunction · 0.70
searchFunction · 0.70

Calls 2

object_copyFunction · 0.85
path_keyFunction · 0.85

Tested by

no test coverage detected