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

Function warn

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

Source from the content-addressed store, hash-verified

419
420
421def warn(msg: str, fg: str = "yellow") -> None:
422 click.secho(msg, fg=fg, err=True)
423
424
425def err(msg: str, fg: str = "red") -> None:

Callers 8

changesFunction · 0.90
defsFunction · 0.90
defsFunction · 0.90
plansFunction · 0.90
arrangement_sizesFunction · 0.90
skipMethod · 0.70
skipMethod · 0.70
skipMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected