CyclomaticComplexMethod:Mappings.kt$internal fun ModlogItemType.toDto(): ModlogActionType
CyclomaticComplexMethod:Mappings.kt$internal fun SortType.toDto()
CyclomaticComplexMethod:Mappings.kt$internal fun com.github.diegoberaldin.raccoonforlemmy.core.api.dto.SortType.toModel(): SortType?
LongParameterList:CommentRepository.kt$CommentRepository$( parentId: Long, auth: String? = null, instance: String? = null, limit: Int = DEFAULT_PAGE_SIZE, type: ListingType = ListingType.All, sort: SortType = SortType.New, maxDepth: Int = MAX_COMMENT_DEPTH, )
LongParameterList:CommentRepository.kt$CommentRepository$( postId: Long? = null, auth: String? = null, instance: String? = null, page: Int, limit: Int = DEFAULT_PAGE_SIZE, type: ListingType = ListingType.All, sort: SortType = SortType.New, maxDepth: Int = MAX_COMMENT_DEPTH, )
LongParameterList:CommunityRepository.kt$CommunityRepository$( auth: String?, userId: Long, communityId: Long, ban: Boolean, removeData: Boolean = false, reason: String? = null, expires: Long? = null, )
LongParameterList:CommunityRepository.kt$CommunityRepository$( query: String = "", auth: String? = null, page: Int, limit: Int = DEFAULT_PAGE_SIZE, communityId: Long? = null, instance: String? = null, listingType: ListingType = ListingType.All, sortType: SortType = SortType.Active, resultType: SearchResultType = SearchResultType.All, )
LongParameterList:PostRepository.kt$PostRepository$( auth: String? = null, page: Int, pageCursor: String? = null, limit: Int = DEFAULT_PAGE_SIZE, type: ListingType = ListingType.Local, sort: SortType = SortType.Active, communityId: Long? = null, communityName: String? = null, otherInstance: String? = null, )
LongParameterList:PostRepository.kt$PostRepository$( communityId: Long, title: String, body: String?, url: String? = null, nsfw: Boolean = false, languageId: Long? = null, auth: String, )
LongParameterList:PostRepository.kt$PostRepository$( postId: Long, title: String, body: String?, url: String? = null, nsfw: Boolean = false, languageId: Long? = null, auth: String, )
LongParameterList:UserRepository.kt$UserRepository$( auth: String? = null, page: Int, pageCursor: String? = null, limit: Int = PostRepository.DEFAULT_PAGE_SIZE, sort: SortType = SortType.New, liked: Boolean = true, )
LongParameterList:UserRepository.kt$UserRepository$( id: Long, auth: String? = null, page: Int, limit: Int = PostRepository.DEFAULT_PAGE_SIZE, sort: SortType = SortType.Active, username: String? = null, otherInstance: String? = null, )
MaxLineLength:DefaultLemmyItemCache.kt$DefaultLemmyItemCache$override suspend fun getCommunity(id: Long): CommunityModel?
TooGenericExceptionThrown:DefaultCommunityRepository.kt$DefaultCommunityRepository$throw Exception(error)
TooGenericExceptionThrown:DefaultSiteRepository.kt$DefaultSiteRepository$throw Exception(error)
TooManyFunctions:CommentRepository.kt$CommentRepository
TooManyFunctions:CommunityRepository.kt$CommunityRepository
TooManyFunctions:DefaultCommentRepository.kt$DefaultCommentRepository : CommentRepository
TooManyFunctions:DefaultCommunityRepository.kt$DefaultCommunityRepository : CommunityRepository
TooManyFunctions:DefaultPostRepository.kt$DefaultPostRepository : PostRepository
TooManyFunctions:DefaultUserRepository.kt$DefaultUserRepository : UserRepository
TooManyFunctions:Mappings.kt$com.github.diegoberaldin.raccoonforlemmy.domain.lemmy.repository.utils.Mappings.kt
TooManyFunctions:PostRepository.kt$PostRepository
TooManyFunctions:UserRepository.kt$UserRepository
WildcardImport:DefaultPostRepository.kt$import io.ktor.client.request.forms.*