Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeaashu/claude-code
/ usePromptOverlayDialog
Function
usePromptOverlayDialog
src/context/promptOverlayContext.tsx:64–66 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
62
return useContext(DataContext);
63
}
64
export function usePromptOverlayDialog() {
65
return useContext(DialogContext);
66
}
67
68
/**
69
* Register suggestion data for the floating overlay. Clears on unmount.
Callers
1
DialogOverlay
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected