getAll() — astro Function Reference
Architecture documentation for the getAll() function in store.ts from the astro codebase.
Entity Profile
Dependency Diagram
graph TD 308f2ea7_0905_f1a5_a9d9_b44610b31e4c["getAll()"] 545e9f22_8ccd_6843_90f2_ff38e9751de3["PreferenceStore"] 308f2ea7_0905_f1a5_a9d9_b44610b31e4c -->|defined in| 545e9f22_8ccd_6843_90f2_ff38e9751de3 style 308f2ea7_0905_f1a5_a9d9_b44610b31e4c fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/astro/src/preferences/store.ts lines 60–62
getAll(): Record<string, any> {
return this.store;
}
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does getAll() do?
getAll() is a function in the astro codebase, defined in packages/astro/src/preferences/store.ts.
Where is getAll() defined?
getAll() is defined in packages/astro/src/preferences/store.ts at line 60.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free