Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/leaf
/ test1
Function
test1
test/github_issue53x_test.cpp:38–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
};
37
38
int test1( int a )
39
{
40
if( a == 1 )
41
BOOST_LEAF_THROW_EXCEPTION(ErrorCode::E_GENERIC_UNEXPECTED);
42
return 32;
43
}
44
45
float test2(int a)
46
{
Callers
1
test2
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected