MCPcopy Create free account
hub / github.com/ceph/ceph / build_components

Method build_components

src/script/cpatch.py:228–232  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

226 return list(self._cli.run_before or [])
227
228 def build_components(self):
229 if self._cli.components:
230 return self._cli.components
231 # because everything is nothing.
232 return list(Component)
233
234 def setup_logging(self):
235 logging.config.dictConfig(

Callers 2

needs_build_dirMethod · 0.95
mainFunction · 0.80

Calls 1

listFunction · 0.50

Tested by

no test coverage detected