MCPcopy 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
50B *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
58int32_t sendManyInts(const F *f)
59{

Callers 2

getMemberTest2Method · 0.85
TESTFunction · 0.85

Calls 1

erpc_mallocFunction · 0.50

Tested by

no test coverage detected