MCPcopy Create free account
hub / github.com/EmbeddedRPC/erpc / secondSendInt

Function secondSendInt

test/test_arbitrator/test_arbitrator_client_impl.cpp:82–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82void secondSendInt(int32_t a)
83{
84 numbers[j] = a;
85 j++;
86}
87
88int32_t secondReceiveInt()
89{

Callers 5

testClientFunction · 0.85
testClientFunction · 0.85
testClientFunction · 0.85
testClientFunction · 0.85
secondSendIntMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected