MCPcopy Create free account
hub / github.com/audacity/audacity / SameName

Function SameName

src/JournalWindowPaths.cpp:49–52  ·  view source on GitHub ↗

! @return a predicate, on a pointer to a window, that it has the same name as the given window. */

Source from the content-addressed store, hash-verified

47 that it has the same name as the given window.
48*/
49inline auto SameName( const wxWindow &window )
50{
51 return HasName( window.GetName() );
52}
53
54//! @return unique window in the list satisfying the predicate, or null
55template< typename Pred >

Callers 1

HasUniqueNameAmongPeersFunction · 0.85

Calls 2

HasNameFunction · 0.85
GetNameMethod · 0.45

Tested by

no test coverage detected