Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/build
/ main
Function
main
test/prebuilt/hello.cpp:12–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
#include <a.h>
11
12
int main()
13
{
14
#ifdef RELEASE
15
release();
16
#else
17
debug();
18
#endif
19
return 0;
20
}
Callers
nothing calls this directly
Calls
2
release
Function · 0.85
debug
Function · 0.50
Tested by
no test coverage detected