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

Function info

misc/python/materialize/cli/optbench.py:303–304  ·  view source on GitHub ↗
(msg: str, fg: str = "green")

Source from the content-addressed store, hash-verified

301
302
303def info(msg: str, fg: str = "green") -> None:
304 click.secho(msg, fg=fg)
305
306
307def err(msg: str, fg: str = "red") -> None:

Callers 3

initFunction · 0.70
runFunction · 0.70
compareFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected