Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmbeddedRPC/erpc
/ sendManyInts
Function
sendManyInts
test/test_struct/test_struct_server_impl.cpp:58–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
}
57
58
int32_t sendManyInts(const F *f)
59
{
60
if (f->a == -1 && f->b == -1 && f->c == -1 && f->d == -1)
61
{
62
return 0;
63
}
64
return 1;
65
}
66
67
int32_t sendManyUInts(const G *g)
68
{
Callers
2
sendManyInts
Method · 0.85
TEST
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected