MCPcopy Create free account
hub / github.com/EmbeddedRPC/erpc / checkString

Function checkString

test/test_struct/test_struct_server_impl.cpp:76–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76int32_t checkString(const primate *p)
77{
78 int b = strcmp(p->species, "Ape");
79 erpc_free(p->species);
80 erpc_free((void *)p);
81 return b;
82}
83
84stringStruct *returnStrings()
85{

Callers 2

checkStringMethod · 0.85
TESTFunction · 0.85

Calls 1

erpc_freeFunction · 0.50

Tested by

no test coverage detected