Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudstack
/ find
Method
find
systemvm/debian/opt/cloud/bin/cs/CsProcess.py:53–55 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
51
return
self.pid
52
53
def
find(self):
54
has_pid = len(self.find_pid()) > 0
55
return
has_pid
56
57
def
kill(self, pid):
58
if
pid > 1:
Callers
3
__update
Method · 0.95
_redundant_on
Method · 0.95
process
Method · 0.95
Calls
1
find_pid
Method · 0.95
Tested by
no test coverage detected