MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / start_initialize

Method start_initialize

misc/python/materialize/checks/checks.py:64–68  ·  view source on GitHub ↗
(self, e: Executor, a: "Action")

Source from the content-addressed store, hash-verified

62 raise NotImplementedError
63
64 def start_initialize(self, e: Executor, a: "Action") -> None:
65 if self._can_run(e) and self.enabled:
66 self.current_version = e.current_mz_version
67 self._initialize = self.initialize()
68 self._initialize.execute(e, a.mz_service)
69
70 def join_initialize(self, e: Executor) -> None:
71 if self._can_run(e) and self.enabled:

Callers 1

executeMethod · 0.80

Calls 3

_can_runMethod · 0.95
initializeMethod · 0.95
executeMethod · 0.45

Tested by

no test coverage detected