MCPcopy Create free account
hub / github.com/TranslucentTB/TranslucentTB / IsSameLogSinkState

Method IsSameLogSinkState

Xaml/FunctionalConverters.cpp:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected