Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeaashu/claude-code
/ usePromptOverlay
Function
usePromptOverlay
src/context/promptOverlayContext.tsx:61–63 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
59
return t2;
60
}
61
export function usePromptOverlay() {
62
return useContext(DataContext);
63
}
64
export function usePromptOverlayDialog() {
65
return useContext(DialogContext);
66
}
Callers
1
SuggestionsOverlay
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected