↓ 4 callersFunctiongetVotingState({
connected,
loginData,
state: { pendingConnections, votes },
}: Pick<WebSocketApi, 'connected' | 'logi
frontend/src/helpers/getVotingState.ts:12
↓ 1 callersFunctionaddConnectionToGroup(
groupId: string,
userId: string,
vote: CardValue,
{ ddb, tableName, connectionId }: Config,
)
backend/shared/database/addConnectionToGroup.ts:4
↓ 1 callersFunctionaddUserAndGroupToConnection(
groupId: string,
userId: string,
{ ddb, tableName, connectionId }: Config,
)
backend/shared/database/addUserAndGroupToConnection.ts:3
↓ 1 callersFunctioncreateGroupWithConnection(
groupId: string,
userId: string,
ttl: number,
{ ddb, tableName, connectionId }: Config,
)
backend/shared/database/createGroupWithConnection.ts:5
↓ 1 callersFunctionsetGroupConnectionVote(
groupId: string,
userId: string,
vote: CardValue,
{ ddb, tableName }: Config,
)
backend/shared/database/setGroupConnectionVote.ts:4