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

Function info

misc/python/materialize/mzexplore/common.py:417–418  ·  view source on GitHub ↗
(msg: str, fg: str = "green")

Source from the content-addressed store, hash-verified

415
416
417def info(msg: str, fg: str = "green") -> None:
418 click.secho(msg, fg=fg)
419
420
421def warn(msg: str, fg: str = "yellow") -> None:

Callers 5

changesFunction · 0.90
defsFunction · 0.90
defsFunction · 0.90
plansFunction · 0.90
arrangement_sizesFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected