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

Function inside2

tests/TestCallTransitions.cpp:84–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82auto RecallerPtr_ = Recaller;\r\n\
83auto Recaller2Ptr_ = Recaller2;\r\n\
84int inside(int a, b){ return a / b; }\r\n\
85int inside2(int a, b){ return RecallerPtr_(a, b); }\r\n\
86int test(int i)\r\n\
87{\r\n\
88 return Recaller2Ptr_(24, 2) * i;\r\n\

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected