libcyphal
libcyphal copied to clipboard
Adjust the use of CETL_NODISCARD
-
All non-void internal functions can (should) continue using CETL_NODISCARD.
-
User-facing (API) functions can only use CETL_NODISCARD where unused return value may lead to a resource leak or some other disaster.