fetchGuideSources() — supabase Function Reference
Architecture documentation for the fetchGuideSources() function in index.ts from the supabase codebase.
Entity Profile
Dependency Diagram
graph TD 8931a067_642b_8dcb_b2e7_c19775f371ea["fetchGuideSources()"] bb2c79de_bc44_4879_8e44_cbf11b580212["fetchAllSources()"] bb2c79de_bc44_4879_8e44_cbf11b580212 -->|calls| 8931a067_642b_8dcb_b2e7_c19775f371ea 35b58177_96a8_a8b9_6670_b3063b6cc9c7["allFromFs()"] 8931a067_642b_8dcb_b2e7_c19775f371ea -->|calls| 35b58177_96a8_a8b9_6670_b3063b6cc9c7 57de2d45_6c5f_6cdc_ddb1_4498454b1cf9["fromGuideModel()"] 8931a067_642b_8dcb_b2e7_c19775f371ea -->|calls| 57de2d45_6c5f_6cdc_ddb1_4498454b1cf9 style 8931a067_642b_8dcb_b2e7_c19775f371ea fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/docs/scripts/search/sources/index.ts lines 29–33
export async function fetchGuideSources() {
const guides = (await GuideModelLoader.allFromFs()).unwrapLeft()
return guides.map((guide: GuideModel) => MarkdownLoader.fromGuideModel('guide', guide))
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does fetchGuideSources() do?
fetchGuideSources() is a function in the supabase codebase.
What does fetchGuideSources() call?
fetchGuideSources() calls 2 function(s): allFromFs, fromGuideModel.
What calls fetchGuideSources()?
fetchGuideSources() is called by 1 function(s): fetchAllSources.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free