Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Musish/Musish
/ useModal
Function
useModal
src/app/components/Providers/ModalProvider.tsx:58–60 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
56
}
57
58
export function useModal(): ModalProviderValue {
59
return useContext(ModalContext) as ModalProviderValue;
60
}
61
62
export function ModalRenderer() {
63
const { queue, pop } = useModal();
Callers
8
AlbumItem
Function · 0.90
AlbumResultItem
Function · 0.90
PlaylistResultItem
Function · 0.90
PlaylistItem
Function · 0.90
TrackContextMenu
Function · 0.90
AlbumContextMenu
Function · 0.90
PlaylistContextMenu
Function · 0.90
ModalRenderer
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected