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

Function add

test/test_annotations/test_annotations_server_impl.cpp:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27////////////////////////////////////////////////////////////////////////////////
28
29int32_t add(int32_t a, int32_t b)
30{
31 return a + b;
32}
33
34void testIfFooStructExist(const fooStruct *a){};
35

Callers 6

addMethod · 0.85
_config_contentsMethod · 0.85
_min_config_contentsMethod · 0.85
__repr__Method · 0.85
__repr__Method · 0.85
__repr__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected