Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
303
def
info(msg: str, fg: str =
"green"
) -> None:
304
click.secho(msg, fg=fg)
305
306
307
def
err(msg: str, fg: str =
"red"
) -> None:
Callers
3
init
Function · 0.70
run
Function · 0.70
compare
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected