Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MusicPlayerDaemon/MPD
/ Match
Method
Match
src/song/StringFilter.cxx:48–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
}
47
48
bool
49
StringFilter::Match(const char *s) const noexcept
50
{
51
return MatchWithoutNegation(s) != negated;
52
}
Callers
1
MatchWithoutNegation
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected