Move calls to GetPipeName()
to reduce code duplication in BroadcastBufferToRoute()
#2282
Open
2 tasks done
Labels
Checklist
Describe the bug
These 3 calls to
CFE_SB_GetPipeName()
inCFE_SB_BroadcastBufferToRoute()
could be reduced to 1 if it was moved up a bit higher to just after the opening of thefor
loop block.Code snips
cFE/modules/sb/fsw/src/cfe_sb_api.c
Lines 1677 to 1733 in 7af467e
Expected behavior
Reduce unnecessary code duplication.
Reporter Info
Avi Weiss @thnkslprpt
The text was updated successfully, but these errors were encountered: