toDisplayNameOrgProject() — supabase Function Reference
Architecture documentation for the toDisplayNameOrgProject() function in ProjectConfigVariables.utils.ts from the supabase codebase.
Entity Profile
Dependency Diagram
graph TD 7953d7ba_a354_573a_2737_847c49589640["toDisplayNameOrgProject()"] 379c9577_c27e_ab8c_cd03_c220f0827974["OrgProjectSelector()"] 379c9577_c27e_ab8c_cd03_c220f0827974 -->|calls| 7953d7ba_a354_573a_2737_847c49589640 ee6eb3b0_c971_1fbb_bebb_32c602a24c96["toOrgProjectValue()"] ee6eb3b0_c971_1fbb_bebb_32c602a24c96 -->|calls| 7953d7ba_a354_573a_2737_847c49589640 style 7953d7ba_a354_573a_2737_847c49589640 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/docs/components/ProjectConfigVariables/ProjectConfigVariables.utils.ts lines 41–46
export function toDisplayNameOrgProject(
org: DeepReadonly<Org>,
project: DeepReadonly<ProjectInfoInfinite>
) {
return `${org.name} / ${project.name}`
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does toDisplayNameOrgProject() do?
toDisplayNameOrgProject() is a function in the supabase codebase.
What calls toDisplayNameOrgProject()?
toDisplayNameOrgProject() is called by 2 function(s): OrgProjectSelector, toOrgProjectValue.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free