MCPcopy
hub / github.com/zai-org/Open-AutoGLM / set_hdc_verbose

Function set_hdc_verbose

phone_agent/hdc/connection.py:41–44  ·  view source on GitHub ↗

Set HDC verbose mode globally.

(verbose: bool)

Source from the content-addressed store, hash-verified

39
40
41def set_hdc_verbose(verbose: bool):
42 """Set HDC verbose mode globally."""
43 global _HDC_VERBOSE
44 _HDC_VERBOSE = verbose
45
46
47class ConnectionType(Enum):

Callers 1

mainFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected