MCPcopy Create free account
hub / github.com/codeaashu/claude-code / useInstallMessages

Function useInstallMessages

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

Source from the content-addressed store, hash-verified

1import { checkInstall } from 'src/utils/nativeInstaller/index.js';
2import { useStartupNotification } from './useStartupNotification.js';
3export function useInstallMessages() {
4 useStartupNotification(_temp2);
5}
6async function _temp2() {
7 const messages = await checkInstall();
8 return messages.map(_temp);

Callers 1

REPLFunction · 0.85

Calls 1

useStartupNotificationFunction · 0.85

Tested by

no test coverage detected