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

Function path_as_key

src/engine/pathnt.cpp:390–393  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

388
389
390OBJECT * path_as_key( OBJECT * path )
391{
392 return object_copy( path_key( path, 0 )->key );
393}
394
395
396static void free_path_key_entry( void * xentry, void * const data )

Callers 6

file_archive_infoFunction · 0.70
file_infoFunction · 0.70
cwd_initFunction · 0.70
set_explicit_bindingFunction · 0.70
searchFunction · 0.70
is_same_fileFunction · 0.70

Calls 2

object_copyFunction · 0.85
path_keyFunction · 0.85

Tested by

no test coverage detected