MCPcopy Create free account
hub / github.com/WheretIB/nullc / Recaller

Function Recaller

tests/TestCallTransitions.cpp:5–9  ·  view source on GitHub ↗

function calls internal function, that perform a division

Source from the content-addressed store, hash-verified

3
4// function calls internal function, that perform a division
5long long Recaller(int test, int testB)
6{
7 nullcRunFunction("inside", test, testB);
8 return nullcGetResultInt();
9}
10
11// function calls an external function "Recaller"
12int Recaller2(int testA, int testB)

Callers 1

Calls 2

nullcRunFunctionFunction · 0.85
nullcGetResultIntFunction · 0.85

Tested by

no test coverage detected