Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/build
/ path_register_key
Function
path_register_key
src/engine/pathnt.cpp:384–387 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
382
383
384
void path_register_key( OBJECT * canonic_path )
385
{
386
path_key( canonic_path, 1 );
387
}
388
389
390
OBJECT * path_as_key( OBJECT * path )
Callers
1
file_collect_dir_content_
Function · 0.70
Calls
1
path_key
Function · 0.85
Tested by
no test coverage detected