Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmbeddedRPC/erpc
/ getMemberTest2
Function
getMemberTest2
test/test_struct/test_struct_server_impl.cpp:50–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
}
49
50
B *getMemberTest2(const A *a)
51
{
52
B *result = (B *)erpc_malloc(sizeof(B));
53
result->x = a->c.m;
54
result->y = a->b.x;
55
return result;
56
}
57
58
int32_t sendManyInts(const F *f)
59
{
Callers
2
getMemberTest2
Method · 0.85
TEST
Function · 0.85
Calls
1
erpc_malloc
Function · 0.50
Tested by
no test coverage detected