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

Function Recaller3

tests/TestCallTransitions.cpp:19–23  ·  view source on GitHub ↗

function calls internal function, that calls external function "Recaller"

Source from the content-addressed store, hash-verified

17
18// function calls internal function, that calls external function "Recaller"
19int Recaller3(int testA, int testB)
20{
21 nullcRunFunction("inside2", testA, testB);
22 return nullcGetResultInt();
23}
24
25// function calls function by NULLC pointer
26int RecallerPtr(NULLCFuncPtr func)

Callers 1

TestGC.cppFile · 0.85

Calls 2

nullcRunFunctionFunction · 0.85
nullcGetResultIntFunction · 0.85

Tested by

no test coverage detected