(ctx context.Context, includeSystem bool)
| 781 | GetUserChatSpendInPeriod(ctx context.Context, arg GetUserChatSpendInPeriodParams) (int64, error) |
| 782 | GetUserCodeDiffDisplayMode(ctx context.Context, userID uuid.UUID) (string, error) |
| 783 | GetUserCount(ctx context.Context, includeSystem bool) (int64, error) |
| 784 | // Returns the minimum (most restrictive) group limit for a user. |
| 785 | // Returns -1 if no group limits match the specified scope. |
| 786 | // When organization_id is NULL, groups across all organizations are |
no outgoing calls