Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmbeddedRPC/erpc
/ firstReceiveInt
Function
firstReceiveInt
test/test_arbitrator/test_arbitrator_server_impl.cpp:39–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
}
38
39
int32_t firstReceiveInt()
40
{
41
i--;
42
return numbers[i];
43
}
44
45
int32_t nestedCallTest()
46
{
Callers
2
firstReceiveInt
Method · 0.85
TEST
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected