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

Function useIsModalOverlayActive

src/context/overlayContext.tsx:140–142  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

138 return s.activeOverlays.size > 0;
139}
140export function useIsModalOverlayActive() {
141 return useAppState(_temp3);
142}
143function _temp3(s) {
144 for (const id of s.activeOverlays) {
145 if (!NON_MODAL_OVERLAYS.has(id)) {

Callers 4

PromptInputFunction · 0.85
useTypeaheadFunction · 0.85

Calls 1

useAppStateFunction · 0.85

Tested by

no test coverage detected