MCPcopy 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
39int32_t firstReceiveInt()
40{
41 i--;
42 return numbers[i];
43}
44
45int32_t nestedCallTest()
46{

Callers 2

firstReceiveIntMethod · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected