values() — astro Function Reference
Architecture documentation for the values() function in runtime.ts from the astro codebase.
Entity Profile
Dependency Diagram
graph TD 10e657ea_3b1b_67af_5344_a5cb79a31b06["values()"] 91969197_292d_3b15_21c6_0e876968e961["AstroSession"] 10e657ea_3b1b_67af_5344_a5cb79a31b06 -->|defined in| 91969197_292d_3b15_21c6_0e876968e961 style 10e657ea_3b1b_67af_5344_a5cb79a31b06 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/astro/src/core/session/runtime.ts lines 140–142
async values() {
return [...(await this.#ensureData()).values()].map((entry) => entry.data);
}
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does values() do?
values() is a function in the astro codebase, defined in packages/astro/src/core/session/runtime.ts.
Where is values() defined?
values() is defined in packages/astro/src/core/session/runtime.ts at line 140.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free