Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beefytech/Beef
/ CTest2
Function
CTest2
IDE/mintest/src/cpp/sys.cpp:233–241 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
231
}
232
233
__attribute__((always_inline))
234
int CTest2(int iVal)
235
{
236
int iVal2 = iVal + CTest3(iVal);
237
if (iVal2 == 99)
238
return 343;
239
iVal2++;
240
return iVal2;
241
}
242
243
void IRef(int& i)
244
{
Callers
1
CPPSTest
Method · 0.85
Calls
1
CTest3
Function · 0.85
Tested by
no test coverage detected