Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/AstrBotDevs/AstrBot
/ dashboard_alias_start_time
Function
dashboard_alias_start_time
tests/test_fastapi_v1_dashboard.py:659–660 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
657
658
@alias_get(
"/api/stat/start-time"
)
659
async
def
dashboard_alias_start_time():
660
return
ok({
"start_time"
: 1234567890})
661
662
@alias_get(
"/api/session/active-umos"
)
663
async
def
dashboard_alias_active_umos():
Callers
nothing calls this directly
Calls
1
ok
Function · 0.90
Tested by
no test coverage detected