Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
45
int32_t nestedCallTest()
46
{
47
return callFirstSide() + 1;
48
}
49
50
int32_t callSecondSide()
51
{
Callers
2
nestedCallTest
Method · 0.85
TEST
Function · 0.85
Calls
1
callFirstSide
Function · 0.85
Tested by
no test coverage detected