MCPcopy 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
48bool
49StringFilter::Match(const char *s) const noexcept
50{
51 return MatchWithoutNegation(s) != negated;
52}

Callers 1

MatchWithoutNegationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected