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

Function getStudentYear

test/test_struct/test_struct_server_impl.cpp:119–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119int32_t getStudentYear(const student *stud)
120{
121 int32_t year = stud->school_year;
122 return year;
123}
124
125int32_t getStudentAge(const student *stud)
126{

Callers 2

getStudentYearMethod · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected