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

Method InvertedBool

Xaml/FunctionalConverters.cpp:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8namespace winrt::TranslucentTB::Xaml::implementation
9{
10 bool FunctionalConverters::InvertedBool(bool value) noexcept
11 {
12 return !value;
13 }
14
15 wux::Visibility FunctionalConverters::InvertedBoolToVisibility(bool value) noexcept
16 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected