Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dcleblanc/SafeInt
/ Foo
Function
Foo
Test/SafeIntTestVS17/Scratch/Scratch.cpp:12–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
*/
11
12
unsigned long long Foo(unsigned long long a, unsigned long long b)
13
{
14
SafeInt<unsigned long long> x = SafeInt<unsigned long long>(a) * b;
15
return x;
16
}
17
int main(int argc, char** argv)
18
{
19
unsigned long long a = argc;
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected