| 18 | } |
| 19 | |
| 20 | bool FunctionalConverters::IsSameLogSinkState(txmp::LogSinkState a, txmp::LogSinkState b) noexcept |
| 21 | { |
| 22 | return a == b; |
| 23 | } |
| 24 | |
| 25 | bool FunctionalConverters::IsDifferentLogSinkState(txmp::LogSinkState a, txmp::LogSinkState b) noexcept |
| 26 | { |
nothing calls this directly
no outgoing calls
no test coverage detected