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

Function nestedCallTest

test/test_arbitrator/test_arbitrator_server_impl.cpp:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45int32_t nestedCallTest()
46{
47 return callFirstSide() + 1;
48}
49
50int32_t callSecondSide()
51{

Callers 2

nestedCallTestMethod · 0.85
TESTFunction · 0.85

Calls 1

callFirstSideFunction · 0.85

Tested by

no test coverage detected