Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codeaashu/claude-code
/ generateKittyId
Function
generateKittyId
src/services/notifier.ts:106–108 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
104
}
105
106
function
generateKittyId(): number {
107
return
Math.floor(Math.random() * 10000)
108
}
109
110
async
function
isAppleTerminalBellDisabled(): Promise<boolean> {
111
try {
Callers
2
sendToChannel
Function · 0.85
sendAuto
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected