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

Function myFun3

test/test_callbacks/test_callbacks_server_impl.cpp:60–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60int32_t myFun3(const callback3_t callback, int32_t arg1, int32_t arg2)
61{
62 return callback(arg1, arg2);
63}
64
65int32_t my_add(int32_t arg1, int32_t arg2)
66{

Callers 2

TESTFunction · 0.85
myFun3Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected