Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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]]
40
static bool
41
IsAsyncCommmand(const char *line) noexcept
42
{
43
return StringIsEqual(line,
"idle"
) || StringIsEqual(line,
"noidle"
);
44
}
45
46
CommandResult
47
Client::ProcessLine(char *line) noexcept
Callers
1
ProcessLine
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected