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

Function callSecondSide

test/test_arbitrator/test_arbitrator_server_impl.cpp:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50int32_t callSecondSide()
51{
52 return callFirstSide() + 1;
53}
54}
55
56class FirstInterface_server : public FirstInterface_interface

Callers 2

callSecondSideMethod · 0.85
callFirstSideFunction · 0.85

Calls 1

callFirstSideFunction · 0.85

Tested by

no test coverage detected