MCPcopy
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

jsonifyFunction · 0.90
appendMethod · 0.45

Tested by

no test coverage detected