Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/build
/ init_path
Function
init_path
v2/engine/modules/path.c:21–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
20
21
void init_path()
22
{
23
char const * args[] = {
"location"
, 0 };
24
declare_native_rule(
"path"
,
"exists"
, args, path_exists, 1 );
25
}
Callers
1
load_builtins
Function · 0.85
Calls
1
declare_native_rule
Function · 0.85
Tested by
no test coverage detected