Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/AstrBotDevs/AstrBot
/ group_detail
Function
group_detail
tests/test_dashboard.py:1533–1535 ·
view source on GitHub ↗
(name: str)
Source
from the content-addressed store, hash-verified
1531
calls = []
1532
1533
async
def
group_detail(name: str):
1534
calls.append(name)
1535
return
jsonify({
"name"
: name})
1536
1537
monkeypatch.setattr(
1538
core_lifecycle_td.star_context,
Callers
nothing calls this directly
Calls
2
jsonify
Function · 0.90
append
Method · 0.45
Tested by
no test coverage detected