MCPcopy Create free account
hub / github.com/VitoHowe/glm-coding / index

Function index

app/web/routes.py:44–47  ·  view source on GitHub ↗
(request: Request)

Source from the content-addressed store, hash-verified

42def healthz():
43 return success(payment_service.health_payload())
44
45
46@router.get("/api/accounts")
47def list_accounts():
48 return success(payment_service.list_accounts())
49
50

Callers

nothing calls this directly

Calls 1

render_legacy_indexFunction · 0.85

Tested by

no test coverage detected