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

Method InvertedBoolToVisibility

Xaml/FunctionalConverters.cpp:15–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13 }
14
15 wux::Visibility FunctionalConverters::InvertedBoolToVisibility(bool value) noexcept
16 {
17 return value ? wux::Visibility::Collapsed : wux::Visibility::Visible;
18 }
19
20 bool FunctionalConverters::IsSameLogSinkState(txmp::LogSinkState a, txmp::LogSinkState b) noexcept
21 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected