MCPcopy 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
106function generateKittyId(): number {
107 return Math.floor(Math.random() * 10000)
108}
109
110async function isAppleTerminalBellDisabled(): Promise<boolean> {
111 try {

Callers 2

sendToChannelFunction · 0.85
sendAutoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected