MCPcopy Create free account
hub / github.com/bigdra50/unity-cli / set_quiet

Function set_quiet

unity_cli/cli/output.py:95–98  ·  view source on GitHub ↗

Enable or disable quiet mode (suppresses print_success).

(quiet: bool)

Source from the content-addressed store, hash-verified

93
94
95def set_quiet(quiet: bool) -> None:
96 """Enable or disable quiet mode (suppresses print_success)."""
97 global _quiet
98 _quiet = quiet
99
100
101def is_quiet() -> bool:

Callers 3

setup_methodMethod · 0.90
teardown_methodMethod · 0.90
mainFunction · 0.90

Calls

no outgoing calls

Tested by 2

setup_methodMethod · 0.72
teardown_methodMethod · 0.72