Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Cpasjuste/pplay
/ isAvailable
Method
isAvailable
src/player/mpv.cpp:215–217 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
213
}
214
215
bool Mpv::isAvailable() {
216
return handle != nullptr;
217
}
218
219
bool Mpv::isStopped() {
220
int res = 1;
Callers
1
onUpdate
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected