Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
390
OBJECT * path_as_key( OBJECT * path )
391
{
392
return object_copy( path_key( path, 0 )->key );
393
}
394
395
396
static void free_path_key_entry( void * xentry, void * const data )
Callers
6
file_archive_info
Function · 0.70
file_info
Function · 0.70
cwd_init
Function · 0.70
set_explicit_binding
Function · 0.70
search
Function · 0.70
is_same_file
Function · 0.70
Calls
2
object_copy
Function · 0.85
path_key
Function · 0.85
Tested by
no test coverage detected