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

Function IsAsyncCommmand

src/client/Process.cxx:39–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39[[gnu::pure]]
40static bool
41IsAsyncCommmand(const char *line) noexcept
42{
43 return StringIsEqual(line, "idle") || StringIsEqual(line, "noidle");
44}
45
46CommandResult
47Client::ProcessLine(char *line) noexcept

Callers 1

ProcessLineMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected