getCachedFileTree() — ui Function Reference
Architecture documentation for the getCachedFileTree() function in block-display.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD de6bf7f8_6ace_361c_3059_b91b29145d2a["getCachedFileTree()"] 336888d9_0bee_4622_33dc_3b5f87613c80["block-display.tsx"] de6bf7f8_6ace_361c_3059_b91b29145d2a -->|defined in| 336888d9_0bee_4622_33dc_3b5f87613c80 e1c315be_b4a3_0bbc_b4e0_23f5063185ba["BlockDisplay()"] e1c315be_b4a3_0bbc_b4e0_23f5063185ba -->|calls| de6bf7f8_6ace_361c_3059_b91b29145d2a style de6bf7f8_6ace_361c_3059_b91b29145d2a fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/components/block-display.tsx lines 60–66
async (files: Array<{ path: string; target?: string }>) => {
if (!files) {
return null
}
return await createFileTreeForRegistryItemFiles(files)
}
Domain
Subdomains
Defined In
Called By
Source
Frequently Asked Questions
What does getCachedFileTree() do?
getCachedFileTree() is a function in the ui codebase, defined in apps/v4/components/block-display.tsx.
Where is getCachedFileTree() defined?
getCachedFileTree() is defined in apps/v4/components/block-display.tsx at line 60.
What calls getCachedFileTree()?
getCachedFileTree() is called by 1 function(s): BlockDisplay.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free