isKnownCountryCode() — supabase Function Reference
Architecture documentation for the isKnownCountryCode() function in geo.ts from the supabase codebase.
Entity Profile
Relationship Graph
Source Code
apps/studio/components/interfaces/Reports/utils/geo.ts lines 92–94
export const isKnownCountryCode = (code: string): code is keyof typeof COUNTRY_LAT_LON => {
return Object.prototype.hasOwnProperty.call(COUNTRY_LAT_LON, code)
}
Domain
Subdomains
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free