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

Method execute

misc/python/materialize/checks/actions.py:85–88  ·  view source on GitHub ↗
(self, e: Executor)

Source from the content-addressed store, hash-verified

83 self.mz_service = mz_service
84
85 def execute(self, e: Executor) -> None:
86 for check in self.checks:
87 print(f"Running initialize() from {check}")
88 check.start_initialize(e, self)
89
90 def join(self, e: Executor) -> None:
91 for check in self.checks:

Callers

nothing calls this directly

Calls 1

start_initializeMethod · 0.80

Tested by

no test coverage detected