Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
83
def
_set_companion_muted(muted: bool) -> None:
84
_get_default_manager().set_global(
'companion_muted'
, muted)
85
86
87
def
buddy_command_call(args: str, context: CommandContext) -> LocalCommandResult:
Callers
1
buddy_command_call
Function · 0.85
Calls
2
_get_default_manager
Function · 0.90
set_global
Method · 0.45
Tested by
no test coverage detected