Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
50
int32_t callSecondSide()
51
{
52
return callFirstSide() + 1;
53
}
54
}
55
56
class FirstInterface_server : public FirstInterface_interface
Callers
2
callSecondSide
Method · 0.85
callFirstSide
Function · 0.85
Calls
1
callFirstSide
Function · 0.85
Tested by
no test coverage detected