Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmbeddedRPC/erpc
/ myFun2
Function
myFun2
test/test_callbacks/test_callbacks_server_impl.cpp:38–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
}
37
38
void myFun2(const callback2_t pCallback2_in, callback2_t *pCallback2_out)
39
{
40
pCallback2_in(1, 2);
41
*pCallback2_out = pCallback2_in;
42
}
43
44
void callback1a(int32_t a, int32_t b)
45
{
Callers
2
TEST
Function · 0.85
myFun2
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected