Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beefytech/Beef
/ CTest3
Function
CTest3
IDE/mintest/src/cpp/sys.cpp:224–231 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
222
int& gStaticValRef0 = gStaticVal0;
223
224
__attribute__((always_inline))
225
int CTest3(int iVal3)
226
{
227
iVal3++;
228
if (iVal3 == 199)
229
return 4;
230
return 5;
231
}
232
233
__attribute__((always_inline))
234
int CTest2(int iVal)
Callers
1
CTest2
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected