| 241 | } |
| 242 | |
| 243 | inline std::span<uint8_t const> GetComponents() const |
| 244 | { |
| 245 | return std::span(GetComponentIndexPtr(0), GetComponentIndexPtr(Optionals)); |
| 246 | } |
| 247 | |
| 248 | inline std::span<uint8_t const> GetOptionals() const |
| 249 | { |
nothing calls this directly
no outgoing calls
no test coverage detected