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

Function create_team_invite

backend/app/api/routes/invites.py:33–50  ·  view source on GitHub ↗
(
    team_id: uuid.UUID,
    payload: InviteCreate,
    user: User = Depends(get_current_user),
    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 3

require_roleFunction · 0.90
create_inviteFunction · 0.90
_invite_to_publicFunction · 0.85

Tested by

no test coverage detected