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

Function callFirstSide

test/test_arbitrator/test_arbitrator_client_impl.cpp:94–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94int32_t callFirstSide()
95{
96 static int _nestedCallsCount = 0;
97 ++_nestedCallsCount;
98 if (_nestedCallsCount < nestedCallsCount)
99 {
100 return callSecondSide() + 1;
101 }
102 else
103 {
104 return 0;
105 }
106}
107
108void enableFirstSide()
109{

Callers 3

nestedCallTestFunction · 0.85
callSecondSideFunction · 0.85
callFirstSideMethod · 0.85

Calls 1

callSecondSideFunction · 0.85

Tested by

no test coverage detected