Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/microsoft/agent-lightning
/ start
Method
start
tests/algorithm/test_utils.py:33–35 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
31
return
self.running
32
33
async
def
start(self) -> None:
34
self.start_calls += 1
35
self.running = True
36
37
async
def
stop(self) -> None:
38
self.stop_calls += 1
Callers
15
_run_case
Function · 0.45
test_setup_files_string_spawn
Function · 0.45
test_setup_files_mapping_spawn
Function · 0.45
test_run_uvicorn_thread_reports_ready_and_stops_cleanly
Function · 0.45
test_run_uvicorn_thread_reports_health_failure_event
Function · 0.45
test_run_uvicorn_subprocess_ready_and_handles_sigterm
Function · 0.45
test_run_uvicorn_subprocess_reports_health_failure
Function · 0.45
test_run_uvicorn_thread_no_health_reports_ready_and_stops_cleanly
Function · 0.45
test_run_uvicorn_thread_reports_startup_bind_failure_event
Function · 0.45
test_run_uvicorn_subprocess_reports_startup_bind_failure
Function · 0.45
test_run_uvicorn_subprocess_ready_and_handles_sigint
Function · 0.45
test_run_gunicorn_ready_and_handles_sigterm_preload
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected