Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/build
/ path_register_key
Function
path_register_key
v2/engine/pathnt.c:274–277 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
272
273
274
void path_register_key( OBJECT * canonic_path )
275
{
276
path_key( canonic_path, 1 );
277
}
278
279
280
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