Home / Function/ isStarted() — astro Function Reference

isStarted() — astro Function Reference

Architecture documentation for the isStarted() function in restart.test.js from the astro codebase.

Entity Profile

Dependency Diagram

graph TD
  655e4c1e_f9ac_bae6_803b_57aa64e578b2["isStarted()"]
  24aa55df_d7c8_ad4c_9bf7_2f28db824daa["restart.test.js"]
  655e4c1e_f9ac_bae6_803b_57aa64e578b2 -->|defined in| 24aa55df_d7c8_ad4c_9bf7_2f28db824daa
  style 655e4c1e_f9ac_bae6_803b_57aa64e578b2 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/astro/test/units/dev/restart.test.js lines 16–18

function isStarted(container) {
	return !!container.viteServer.httpServer?.listening;
}

Subdomains

Frequently Asked Questions

What does isStarted() do?
isStarted() is a function in the astro codebase, defined in packages/astro/test/units/dev/restart.test.js.
Where is isStarted() defined?
isStarted() is defined in packages/astro/test/units/dev/restart.test.js at line 16.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free