Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmbeddedRPC/erpc
/ firstSendInt
Function
firstSendInt
test/test_arbitrator/test_arbitrator_server_impl.cpp:33–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
}
32
33
void firstSendInt(int32_t a)
34
{
35
numbers[i] = a;
36
i++;
37
}
38
39
int32_t firstReceiveInt()
40
{
Callers
2
firstSendInt
Method · 0.85
TEST
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected