Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TranslucentTB/TranslucentTB
/ IsDifferentLogSinkState
Method
IsDifferentLogSinkState
Xaml/FunctionalConverters.cpp:25–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
}
24
25
bool FunctionalConverters::IsDifferentLogSinkState(txmp::LogSinkState a, txmp::LogSinkState b) noexcept
26
{
27
return a != b;
28
}
29
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected