MCPcopy Index your code
hub / github.com/codeaashu/claude-code / _temp2

Function _temp2

src/hooks/notifs/useInstallMessages.tsx:6–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4 useStartupNotification(_temp2);
5}
6async function _temp2() {
7 const messages = await checkInstall();
8 return messages.map(_temp);
9}
10function _temp(message, index) {
11 let priority = "low";
12 if (message.type === "error" || message.userActionRequired) {

Callers

nothing calls this directly

Calls 1

checkInstallFunction · 0.85

Tested by

no test coverage detected