getAllContexts() — svelte Function Reference
Architecture documentation for the getAllContexts() function in context.js from the svelte codebase.
Entity Profile
Dependency Diagram
graph TD 85d59622_bbcb_c843_9d90_1f8e300b3a85["getAllContexts()"] 48cf26f8_bf34_fd7a_3d52_cc963051e167["context.js"] 85d59622_bbcb_c843_9d90_1f8e300b3a85 -->|defined in| 48cf26f8_bf34_fd7a_3d52_cc963051e167 02c14626_696f_b641_6cae_75eb9cf06f66["get_or_init_context_map()"] 85d59622_bbcb_c843_9d90_1f8e300b3a85 -->|calls| 02c14626_696f_b641_6cae_75eb9cf06f66 style 85d59622_bbcb_c843_9d90_1f8e300b3a85 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/svelte/src/internal/client/context.js lines 166–169
export function getAllContexts() {
const context_map = get_or_init_context_map('getAllContexts');
return /** @type {T} */ (context_map);
}
Domain
Subdomains
Source
Frequently Asked Questions
What does getAllContexts() do?
getAllContexts() is a function in the svelte codebase, defined in packages/svelte/src/internal/client/context.js.
Where is getAllContexts() defined?
getAllContexts() is defined in packages/svelte/src/internal/client/context.js at line 166.
What does getAllContexts() call?
getAllContexts() calls 1 function(s): get_or_init_context_map.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free