Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/build
/ init_set
Function
init_set
v2/engine/modules/set.c:36–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
}
35
36
void init_set()
37
{
38
{
39
const char* args[] = {
"B"
,
"*"
,
":"
,
"A"
,
"*"
, 0 };
40
declare_native_rule(
"set"
,
"difference"
, args, set_difference, 1);
41
}
42
43
}
Callers
1
load_builtins
Function · 0.85
Calls
1
declare_native_rule
Function · 0.85
Tested by
no test coverage detected