useIsQueueOperationsEnabled() — supabase Function Reference
Architecture documentation for the useIsQueueOperationsEnabled() function in FeaturePreviewContext.tsx from the supabase codebase.
Entity Profile
Dependency Diagram
graph TD 7775f99d_4807_d4e7_d53b_2326b76302f6["useIsQueueOperationsEnabled()"] be97f35c_a68f_0a38_2fc8_b1e46b157381["SupabaseGrid()"] be97f35c_a68f_0a38_2fc8_b1e46b157381 -->|calls| 7775f99d_4807_d4e7_d53b_2326b76302f6 2570a4cb_e3bc_596e_3d88_3f8f0461a807["useFeaturePreviewContext()"] 7775f99d_4807_d4e7_d53b_2326b76302f6 -->|calls| 2570a4cb_e3bc_596e_3d88_3f8f0461a807 style 7775f99d_4807_d4e7_d53b_2326b76302f6 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/studio/components/interfaces/App/FeaturePreview/FeaturePreviewContext.tsx lines 108–111
export const useIsQueueOperationsEnabled = () => {
const { flags } = useFeaturePreviewContext()
return flags[LOCAL_STORAGE_KEYS.UI_PREVIEW_QUEUE_OPERATIONS]
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does useIsQueueOperationsEnabled() do?
useIsQueueOperationsEnabled() is a function in the supabase codebase.
What does useIsQueueOperationsEnabled() call?
useIsQueueOperationsEnabled() calls 1 function(s): useFeaturePreviewContext.
What calls useIsQueueOperationsEnabled()?
useIsQueueOperationsEnabled() is called by 1 function(s): SupabaseGrid.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free