Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MaterializeInc/materialize
/ say
Function
say
misc/python/materialize/ui.py:54–56 ·
view source on GitHub ↗
(msg: str)
Source
from the content-addressed store, hash-verified
52
""
"
53
54
def
say(msg: str) -> None:
55
if
not Verbosity.quiet:
56
print(f
"{prefix}{msg}"
, file=sys.stderr)
57
58
return
say
59
Callers
6
launch
Function · 0.85
setup
Function · 0.85
get_instance
Function · 0.85
run
Function · 0.85
run
Function · 0.85
_wait_for_pg
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected