MCPcopy 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
33void firstSendInt(int32_t a)
34{
35 numbers[i] = a;
36 i++;
37}
38
39int32_t firstReceiveInt()
40{

Callers 2

firstSendIntMethod · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected