Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/claude-code-best/claude-code
/ hasSendOverride
Function
hasSendOverride
src/utils/pipeMuteState.ts:60–62 ·
view source on GitHub ↗
(name: string)
Source
from the content-addressed store, hash-verified
58
}
59
60
export
function
hasSendOverride(name: string): boolean {
61
return
_sendOverrides.has(name)
62
}
63
64
export
function
clearSendOverrides(): void {
65
if
(_sendOverrides.size > 0) {
Callers
4
pipeMuteState.test.ts
File · 0.85
shouldDropMutedMessage
Function · 0.85
handler
Function · 0.85
usePipeMuteSync
Function · 0.85
Calls
1
has
Method · 0.45
Tested by
no test coverage detected