Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmbeddedRPC/erpc
/ getMember
Function
getMember
test/test_struct/test_struct_server_impl.cpp:30–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
////////////////////////////////////////////////////////////////////////////////
29
30
int32_t getMember(const C *c)
31
{
32
int32_t returnValue = c->m;
33
return returnValue;
34
}
35
36
int32_t sendNestedStruct(const D *d)
37
{
Callers
2
getMember
Method · 0.85
TEST
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected