Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/alexta69/metube
/ running
Method
running
app/ytdl.py:569–573 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
567
self.proc.close()
568
569
def
running(self):
570
try
:
571
return
self.proc is not None and self.proc.is_alive()
572
except
ValueError:
573
return
False
574
575
def
started(self):
576
return
self.proc is not None
Callers
1
cancel
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected