is_stackblitz_github_url() — svelte Function Reference
Architecture documentation for the is_stackblitz_github_url() function in download.js from the svelte codebase.
Entity Profile
Dependency Diagram
graph TD df623b66_2e49_eef7_d985_8edf1bda025a["is_stackblitz_github_url()"] 65d20932_41e6_eeee_7338_5dd0682e5e42["download.js"] df623b66_2e49_eef7_d985_8edf1bda025a -->|defined in| 65d20932_41e6_eeee_7338_5dd0682e5e42 style df623b66_2e49_eef7_d985_8edf1bda025a fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
playgrounds/sandbox/scripts/download.js lines 72–74
function is_stackblitz_github_url(url) {
return url.hostname === 'stackblitz.com' && url.pathname.startsWith('/github/');
}
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does is_stackblitz_github_url() do?
is_stackblitz_github_url() is a function in the svelte codebase, defined in playgrounds/sandbox/scripts/download.js.
Where is is_stackblitz_github_url() defined?
is_stackblitz_github_url() is defined in playgrounds/sandbox/scripts/download.js at line 72.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free