MCPcopy 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

serviceFunction · 0.50
appendMethod · 0.45

Tested by

no test coverage detected