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

Function setup_all

misc/python/materialize/scratch.py:611–617  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

609 ]
610
611 async def setup_all() -> None:
612 await asyncio.gather(
613 *(
614 setup(i, git_rev if d.checkout else "HEAD")
615 for (i, d) in zip(instances, descs)
616 )
617 )
618
619 asyncio.run(setup_all())
620

Callers 1

launch_clusterFunction · 0.85

Calls 2

gatherMethod · 0.80
setupFunction · 0.70

Tested by

no test coverage detected