| 261 | } |
| 262 | |
| 263 | inline std::span<uint8_t const> GetFilterOr() const |
| 264 | { |
| 265 | return std::span(GetComponentIndexPtr(FilterOr), GetComponentIndexPtr(FilterAnd)); |
| 266 | } |
| 267 | |
| 268 | inline std::span<uint8_t const> GetFilterAnd() const |
| 269 | { |
nothing calls this directly
no outgoing calls
no test coverage detected