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

Method run

misc/python/materialize/mzbuild.py:847–849  ·  view source on GitHub ↗
(self, prep: dict[str, Any])

Source from the content-addressed store, hash-verified

845 self.acquired = True
846
847 def run(self, prep: dict[str, Any]) -> None:
848 super().run(prep)
849 self.build(prep)
850
851 @cache
852 def inputs(self) -> set[str]:

Callers

nothing calls this directly

Calls 2

buildMethod · 0.95
runMethod · 0.45

Tested by

no test coverage detected