Running clang-tidy on the Decoder class resulted in several warnings of type bugprone-unchecked-optional-access. Removed those warnings by adding appropriate checks for std::optional type variables, before their values are used.
This refers to issue comment https://github.com/Akaflieg-Freiburg/enroute/issues/408#issuecomment-2461575037
Running clang-tidy on the Decoder class resulted in several warnings of type bugprone-unchecked-optional-access. Removed those warnings by adding appropriate checks for std::optional type variables, before their values are used. This refers to issue comment https://github.com/Akaflieg-Freiburg/enroute/issues/408#issuecomment-2461575037