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