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

Function Recaller2

tests/TestCallTransitions.cpp:12–16  ·  view source on GitHub ↗

function calls an external function "Recaller"

Source from the content-addressed store, hash-verified

10
11// function calls an external function "Recaller"
12int Recaller2(int testA, int testB)
13{
14 nullcRunFunction("Recaller", testA, testB);
15 return (int)nullcGetResultLong();
16}
17
18// function calls internal function, that calls external function "Recaller"
19int Recaller3(int testA, int testB)

Callers 1

TestGC.cppFile · 0.85

Calls 2

nullcRunFunctionFunction · 0.85
nullcGetResultLongFunction · 0.85

Tested by

no test coverage detected