Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
280
OBJECT * path_as_key( OBJECT * path )
281
{
282
return object_copy( path_key( path, 0 )->key );
283
}
284
285
286
static void free_path_key_entry( void * xentry, void * const data )
Callers
5
file_info
Function · 0.70
time_enter
Function · 0.70
cwd_init
Function · 0.70
set_explicit_binding
Function · 0.70
search
Function · 0.70
Calls
2
object_copy
Function · 0.85
path_key
Function · 0.85
Tested by
no test coverage detected