MCPcopy Create free account
hub / github.com/MusicPlayerDaemon/MPD / IsValidValue

Function IsValidValue

src/command/FileCommands.cxx:92–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92[[gnu::pure]]
93static bool
94IsValidValue(const std::string_view s) noexcept
95{
96 return std::none_of(s.begin(), s.end(), [](const auto &ch) { return (unsigned char)ch < 0x20; });
97}
98
99class PrintCommentHandler final : public NullTagHandler {
100 Response &response;

Callers 1

OnPairMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected