Move calls to CFE_ES_GetAppName()
to reduce code duplication in CFE_TBL_Register()
#2280
Open
2 tasks done
Labels
Checklist
Describe the bug
These 3 calls to
CFE_ES_GetAppName()
inCFE_TBL_Register()
could be reduced to 1 if it was moved up a bit higher.Code snips
cFE/modules/tbl/fsw/src/cfe_tbl_api.c
Lines 366 to 422 in 7af467e
Expected behavior
Reduce unnecessary code duplication.
Reporter Info
Avi Weiss @thnkslprpt
The text was updated successfully, but these errors were encountered: