Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dobiasd/FunctionalPlus
/ mod7
Function
mod7
test/numeric_test.cpp:18–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
}
17
18
int mod7(int x)
19
{
20
return x % 7;
21
}
22
23
std::size_t string_length(const std::string& s)
24
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected