Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
119
int32_t getStudentYear(const student *stud)
120
{
121
int32_t year = stud->school_year;
122
return year;
123
}
124
125
int32_t getStudentAge(const student *stud)
126
{
Callers
2
getStudentYear
Method · 0.85
TEST
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected