AwsMarketplaceContractNotLinkable() — supabase Function Reference
Architecture documentation for the AwsMarketplaceContractNotLinkable() function in AwsMarketplaceContractNotLinkable.tsx from the supabase codebase.
Entity Profile
Dependency Diagram
graph TD 9a391a96_ee10_8c59_08de_233edec8729b["AwsMarketplaceContractNotLinkable()"] 92062324_e77e_cec7_b67d_9fa8c7016d39["determineCardContent()"] 9a391a96_ee10_8c59_08de_233edec8729b -->|calls| 92062324_e77e_cec7_b67d_9fa8c7016d39 style 9a391a96_ee10_8c59_08de_233edec8729b fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/studio/components/interfaces/Organization/CloudMarketplace/AwsMarketplaceContractNotLinkable.tsx lines 10–18
const AwsMarketplaceContractNotLinkable = ({ reason }: Props) => {
return (
<div className="mt-5 mb-10">
<Card className="p-4">
<CardContent>{determineCardContent(reason)}</CardContent>
</Card>
</div>
)
}
Domain
Subdomains
Calls
Source
Frequently Asked Questions
What does AwsMarketplaceContractNotLinkable() do?
AwsMarketplaceContractNotLinkable() is a function in the supabase codebase.
What does AwsMarketplaceContractNotLinkable() call?
AwsMarketplaceContractNotLinkable() calls 1 function(s): determineCardContent.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free