getRegistryUrl() — ui Function Reference
Architecture documentation for the getRegistryUrl() function in helpers.ts from the ui codebase.
Entity Profile
Dependency Diagram
graph TD 7080324f_c817_0e10_a2d5_da08756280e2["getRegistryUrl()"] d74412ab_0ee4_22df_d4c9_26e6c03c4a41["helpers.ts"] 7080324f_c817_0e10_a2d5_da08756280e2 -->|defined in| d74412ab_0ee4_22df_d4c9_26e6c03c4a41 26ee316c_482d_d5d0_7c05_26095f85f089["npxShadcn()"] 26ee316c_482d_d5d0_7c05_26095f85f089 -->|calls| 7080324f_c817_0e10_a2d5_da08756280e2 style 7080324f_c817_0e10_a2d5_da08756280e2 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/tests/src/utils/helpers.ts lines 13–15
export function getRegistryUrl() {
return process.env.REGISTRY_URL || "http://localhost:4000/r"
}
Domain
Subdomains
Defined In
Called By
Source
Frequently Asked Questions
What does getRegistryUrl() do?
getRegistryUrl() is a function in the ui codebase, defined in packages/tests/src/utils/helpers.ts.
Where is getRegistryUrl() defined?
getRegistryUrl() is defined in packages/tests/src/utils/helpers.ts at line 13.
What calls getRegistryUrl()?
getRegistryUrl() is called by 1 function(s): npxShadcn.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free