Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dobiasd/FunctionalPlus
/ mod2
Function
mod2
test/numeric_test.cpp:13–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
namespace {
12
13
int mod2(int x)
14
{
15
return x % 2;
16
}
17
18
int mod7(int x)
19
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected