isInfraInstanceSize() — supabase Function Reference
Architecture documentation for the isInfraInstanceSize() function in DiskManagement.utils.ts from the supabase codebase.
Entity Profile
Dependency Diagram
graph TD c4ac4eed_ae03_690f_089d_aa270ed8e2c6["isInfraInstanceSize()"] 8ac4096d_31a5_08b7_6e51_7c487d6ecc14["mapComputeSizeNameToAddonVariantId()"] 8ac4096d_31a5_08b7_6e51_7c487d6ecc14 -->|calls| c4ac4eed_ae03_690f_089d_aa270ed8e2c6 style c4ac4eed_ae03_690f_089d_aa270ed8e2c6 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/studio/components/interfaces/DiskManagement/DiskManagement.utils.ts lines 392–393
const isInfraInstanceSize = (value: string): value is InfraInstanceSize =>
Object.prototype.hasOwnProperty.call(infraToAddonVariant, value)
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does isInfraInstanceSize() do?
isInfraInstanceSize() is a function in the supabase codebase.
What calls isInfraInstanceSize()?
isInfraInstanceSize() is called by 1 function(s): mapComputeSizeNameToAddonVariantId.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free