MCPcopy 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
12unsigned 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}
17int main(int argc, char** argv)
18{
19 unsigned long long a = argc;

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected