MCPcopy Create free account
hub / github.com/agentforce314/clawcodex / _set_companion_muted

Function _set_companion_muted

src/command_system/buddy_command.py:83–84  ·  view source on GitHub ↗
(muted: bool)

Source from the content-addressed store, hash-verified

81
82
83def _set_companion_muted(muted: bool) -> None:
84 _get_default_manager().set_global('companion_muted', muted)
85
86
87def buddy_command_call(args: str, context: CommandContext) -> LocalCommandResult:

Callers 1

buddy_command_callFunction · 0.85

Calls 2

_get_default_managerFunction · 0.90
set_globalMethod · 0.45

Tested by

no test coverage detected