Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudstack
/ registerService
Method
registerService
python/lib/cloudutils/syscfg.py:77–78 ·
view source on GitHub ↗
(self, service)
Source
from the content-addressed store, hash-verified
75
self.services = []
76
77
def
registerService(self, service):
78
self.services.append(service(self))
79
80
def
config(self):
81
if
not self.check():
Callers
nothing calls this directly
Calls
2
service
Function · 0.50
append
Method · 0.45
Tested by
no test coverage detected