MCPcopy Create free account
hub / github.com/dot-billy/nodebyte / admin_list_teams

Function admin_list_teams

backend/app/api/routes/admin.py:208–238  ·  view source on GitHub ↗
(
    q: str = Query("", max_length=200),
    limit: int = Query(50, ge=1, le=200),
    offset: int = Query(0, ge=0),
    _su: User = Depends(require_superuser),
    db: AsyncSession = Depends(get_db),
)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

AdminTeamRowClass · 0.90

Tested by

no test coverage detected