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

Function get_output_mode

unity_cli/cli/output.py:119–121  ·  view source on GitHub ↗

Return the current output mode.

()

Source from the content-addressed store, hash-verified

117
118
119def get_output_mode() -> OutputMode:
120 """Return the current output mode."""
121 return _current_mode
122
123
124def is_no_color() -> bool:

Callers 2

_captureFunction · 0.90
_burstFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected