MCPcopy Index your code
hub / github.com/AstrBotDevs/AstrBot / app

Function app

tests/test_api_key_open_api.py:81–84  ·  view source on GitHub ↗
(core_lifecycle_td: AstrBotCoreLifecycle)

Source from the content-addressed store, hash-verified

79
80@pytest.fixture(scope="module")
81def app(core_lifecycle_td: AstrBotCoreLifecycle):
82 shutdown_event = asyncio.Event()
83 server = AstrBotDashboard(core_lifecycle_td, core_lifecycle_td.db, shutdown_event)
84 return server.app
85
86
87def _resolve_dashboard_password(core_lifecycle_td: AstrBotCoreLifecycle) -> str:

Callers

nothing calls this directly

Calls 1

AstrBotDashboardClass · 0.90

Tested by

no test coverage detected