Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
76
int32_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
84
stringStruct *returnStrings()
85
{
Callers
2
checkString
Method · 0.85
TEST
Function · 0.85
Calls
1
erpc_free
Function · 0.50
Tested by
no test coverage detected