MCPcopy Create free account

hub / github.com/MyArtverse-Project/MyArtverse / functions

Functions669 in github.com/MyArtverse-Project/MyArtverse

↓ 204 callersFunctioncn
(...inputs: ClassValue[])
apps/web/src/lib/utils.ts:4
↓ 33 callersFunctioncn
(...className: (string | unknown)[])
packages/shared/utils/cn.ts:3
↓ 28 callersFunctionapiWithAuth
( method: APIMethods, route: string, body: object = {} )
apps/web/src/utils/api.ts:56
↓ 18 callersFunctionuseAuth
()
apps/web/src/app/context/AuthContext.tsx:56
↓ 15 callersFunctionbuildPageMetadata
({ title, description = config.description, path, image, imageAlt, type = "website", authors, }:
apps/web/src/utils/metadata.ts:37
↓ 15 callersFunctionlogError
(context: string, error: unknown)
apps/web/src/utils/logError.ts:10
↓ 11 callersFunctiongetServerApiUrl
()
apps/web/src/utils/apiUrl.ts:8
↓ 9 callersFunctionfetchUser
(handle: string)
apps/web/src/utils/api.ts:215
↓ 7 callersFunctionfetchUserDataOptional
()
apps/web/src/utils/api.ts:193
↓ 6 callersFunctiongetPanelTitle
(settings?: PanelSettings, fallback: string)
apps/web/src/utils/panels.ts:156
↓ 6 callersFunctionnormalizeContentVisibility
( visibility: Visibility | string | undefined )
apps/web/src/utils/visibility.ts:10
↓ 6 callersFunctionresolveArtistCredit
( source: ArtistCreditSource )
packages/shared/artistCredit.ts:97
↓ 5 callersFunctiondisplayImg
()
apps/web/src/components/Modals/DropZone.tsx:220
↓ 5 callersFunctiongetVisibilityOwnerLabel
( visibility: Visibility | string | undefined )
apps/web/src/utils/visibility.ts:49
↓ 5 callersFunctionisArtistCreditComplete
(value: ArtistCreditFormValue)
apps/web/src/utils/artistCreditForm.ts:230
↓ 5 callersFunctionisPanelComingSoon
(type: PanelType)
apps/web/src/utils/panels.ts:99
↓ 5 callersFunctionsearch
(query: string, type?: SearchType)
apps/web/src/utils/api.ts:636
↓ 4 callersFunctiondisplaySpecies
(species: string)
apps/web/src/utils/displayer.ts:14
↓ 4 callersFunctionendpoint
()
apps/web/src/utils/api.ts:21
↓ 4 callersFunctionerrorFromResponse
( context: string, res: Response )
apps/web/src/utils/api.ts:28
↓ 4 callersFunctionformatCharacterSpecies
(character: Character)
apps/web/src/app/(studio)/studio/(general)/characters/CharactersView.tsx:31
↓ 4 callersFunctiongetArtworks
(profile: string, character: string)
apps/web/src/utils/api.ts:338
↓ 4 callersFunctiongetChangelog
()
apps/web/src/lib/changelog.ts:19
↓ 4 callersFunctiongetCookies
()
apps/web/src/utils/api.ts:49
↓ 4 callersFunctiongetMainVariantImage
(refSheet: ReferenceSheet)
apps/web/src/app/(studio)/studio/(general)/characters/[id]/Ref/refSheetUtils.ts:18
↓ 4 callersFunctiongetPanels
(handle: string, characterName?: string)
apps/web/src/utils/api.ts:570
↓ 4 callersFunctionhandleFilterChange
(type: SearchFilter)
apps/web/src/app/(main)/(search)/search/page.tsx:94
↓ 4 callersFunctionisRestrictedVisibility
( visibility: Visibility | string | undefined )
apps/web/src/utils/visibility.ts:55
↓ 4 callersFunctionloadCharacter
(handle: string, slug: string)
apps/web/src/utils/loadCharacter.ts:4
↓ 4 callersFunctionloadOverviewArtworks
( handle: string, options: { characterSlug?: string user?: UserType panels?: DashboardPanel[]
apps/web/src/utils/loadOverviewArtworks.ts:5
↓ 4 callersFunctionpossessiveName
(name: string)
apps/web/src/utils/metadata.ts:87
↓ 4 callersFunctionremoveSuffixes
(formData: FormData, delimiter: string = "-«")
apps/web/src/utils/removeSuffix.ts:1
↓ 4 callersFunctiontoggleRelationsModal
(type?: string)
apps/web/src/components/layouts/Mastheads/ProfileMasthead.tsx:71
↓ 4 callersFunctionuseDebounce
(value: T, delay: number)
apps/web/src/hooks/useDebounce.ts:3
↓ 4 callersFunctionuseValidateChildrenComponents
(childrenProp: React.ReactNode, allowedComponents: AllowedComponents[])
packages/ui/hooks/useValidateChildrenComponents.ts:15
↓ 4 callersFunctionviewHref
(artwork: Artwork)
apps/web/src/app/(profile)/profile/[handle]/(user)/(gallery)/gallery/UserGalleryView.tsx:91
↓ 4 callersFunctionwriteStoredPreferences
(prefs: ContentPreferences)
apps/web/src/app/context/NsfwPreferencesContext.tsx:42
↓ 3 callersFunctionapiWithoutAuth
( method: APIMethods, route: string, body?: object )
apps/web/src/utils/api.ts:98
↓ 3 callersFunctionassignArtworkToFolder
( artworkId: string, folderId: string | null )
apps/web/src/utils/api.ts:497
↓ 3 callersFunctiondisplayOption
( options: { value: string; label: string }[], value: string )
apps/web/src/utils/displayer.ts:5
↓ 3 callersFunctionfetchArtistSearch
( path: string )
apps/web/src/utils/artistSearch.ts:3
↓ 3 callersFunctionfetchCharacter
(handle: string, characterName: string)
apps/web/src/utils/api.ts:272
↓ 3 callersFunctionfetchCharacterById
(id: string)
apps/web/src/utils/api.ts:281
↓ 3 callersFunctionfetchUserData
()
apps/web/src/utils/api.ts:188
↓ 3 callersFunctionfilterByFolder
( items: T[], selectedFolderId: string | null )
apps/web/src/utils/folderUtils.ts:3
↓ 3 callersFunctionfilterNsfwArtworks
(artworks: Artwork[], hideNsfw: boolean)
apps/web/src/utils/galleryUtils.ts:48
↓ 3 callersFunctionformatDate
(value?: Date | string | null)
apps/web/src/components/layouts/Panels/InformationPanel.tsx:7
↓ 3 callersFunctiongetArtwork
(artworkId: string)
apps/web/src/utils/api.ts:391
↓ 3 callersFunctiongetBaseSentryInitOptions
()
apps/web/src/lib/sentry.ts:25
↓ 3 callersFunctiongetPanelAt
( panels: DashboardPanel[], position: { row: number; col: number } )
apps/web/src/utils/panels.ts:107
↓ 3 callersFunctionisRemoteImageUrl
(url: string)
apps/web/src/utils/constants.ts:8
↓ 3 callersFunctionmapFollowing
( relations: RelationshipEntry[] | UserType[] | undefined )
apps/web/src/utils/follows.ts:22
↓ 3 callersFunctionparseContentPreferences
( value: unknown )
apps/web/src/types/contentPreferences.ts:13
↓ 3 callersFunctionrenderFolderTree
({ folders, selectedFolderId, onSelectFolder, owner, onCreateNested, onDeleteFolder, acceptKinds
apps/web/src/components/layouts/Folders/FolderTree.tsx:7
↓ 3 callersFunctionrenderMedia
(artwork: Artwork)
apps/web/src/components/ArtworkGrid.tsx:160
↓ 3 callersFunctionrenderTile
( artwork: Artwork, media: React.ReactNode, options?: { href?: string wrapperClassName
apps/web/src/components/ArtworkGrid.tsx:87
↓ 3 callersFunctionresolveArtworkGalleryHref
( artwork: Artwork, profileHandle: string )
apps/web/src/utils/galleryUtils.ts:76
↓ 3 callersFunctionsearchArtworks
(artworks: Artwork[], query: string)
apps/web/src/utils/galleryUtils.ts:28
↓ 3 callersFunctionsortArtworks
(artworks: Artwork[], sort: GallerySort)
apps/web/src/utils/galleryUtils.ts:7
↓ 3 callersFunctiontoAbsoluteUrl
(pathOrUrl: string)
apps/web/src/utils/metadata.ts:19
↓ 3 callersFunctiontoArtistCreditRequest
(value: ArtistCreditFormValue)
apps/web/src/utils/artistCreditForm.ts:30
↓ 3 callersFunctiontruncateDescription
(value: string, maxLength = 200)
apps/web/src/utils/metadata.ts:81
↓ 2 callersFunctionassignCharacterToFolder
( characterId: string, folderId: string | null )
apps/web/src/utils/api.ts:507
↓ 2 callersFunctioncollectDescendantIds
(folder: Folder)
apps/web/src/utils/folderUtils.ts:42
↓ 2 callersFunctionfetchCharacterGalleryFolders
(characterId: string)
apps/web/src/utils/api.ts:493
↓ 2 callersFunctionfetchCharacters
()
apps/web/src/app/(studio)/studio/(general)/gallery/upload/page.tsx:114
↓ 2 callersFunctionfindFolderById
( folders: Folder[], folderId: string )
apps/web/src/utils/folderUtils.ts:28
↓ 2 callersFunctionfmtColorStr
(...args: string[])
packages/config/tailwind.config.ts:38
↓ 2 callersFunctionformatCompactCount
(count: number)
apps/web/src/utils/formatCompactCount.ts:1
↓ 2 callersFunctionfromArtworkArtist
( artwork: Artwork, selfUserId?: string )
apps/web/src/utils/artistCreditForm.ts:77
↓ 2 callersFunctiongenerateSettingsSidebarItems
()
apps/web/src/components/layouts/StudioLayout/SidebarItems.tsx:103
↓ 2 callersFunctiongetArtworkFeaturedCharacterName
(artwork: Artwork)
apps/web/src/utils/artworkMetadata.ts:9
↓ 2 callersFunctiongetFirstEnabledPanelOption
(options: PanelType[])
apps/web/src/utils/panels.ts:103
↓ 2 callersFunctiongetImageHostnames
()
apps/web/lib/productionOrigins.mjs:19
↓ 2 callersFunctiongetMainVariantNsfw
(refSheet: ReferenceSheet)
apps/web/src/app/(studio)/studio/(general)/characters/[id]/Ref/refSheetUtils.ts:27
↓ 2 callersFunctiongetSeenChangelogVersion
()
apps/web/src/utils/changelogSeen.ts:5
↓ 2 callersFunctiongetSentryDsn
()
apps/web/src/lib/sentry.ts:3
↓ 2 callersFunctiongetSiteUrl
()
apps/web/src/utils/metadata.ts:5
↓ 2 callersFunctiongetUserGallery
(handle: string)
apps/web/src/utils/api.ts:347
↓ 2 callersFunctionhandleAssign
(folderId: string | null)
apps/web/src/components/MoveArtworkMenu.tsx:34
↓ 2 callersFunctionhandleAssign
(folderId: string | null)
apps/web/src/components/MoveCharacterMenu.tsx:34
↓ 2 callersFunctionisPlaceholderAvatar
(url: string)
apps/web/src/app/(main)/(settings)/settings/(account)/profile/ProfileSettings.tsx:16
↓ 2 callersFunctionisSentryEnabled
()
apps/web/src/lib/sentry.ts:7
↓ 2 callersFunctionisUserType
(value: unknown)
apps/web/src/utils/follows.ts:8
↓ 2 callersFunctioniterateColorVars
( baseVariable: string, colors: (string | string[])[] )
packages/config/tailwind.config.ts:32
↓ 2 callersFunctionjoinSpaces
(s: string[])
apps/web/src/utils/generateCSP.ts:34
↓ 2 callersFunctionmakeRequest
()
apps/web/src/utils/api.ts:61
↓ 2 callersFunctionmapFollowers
( relations: RelationshipEntry[] | UserType[] | undefined )
apps/web/src/utils/follows.ts:12
↓ 2 callersFunctionmarkChangelogSeen
(version: string)
apps/web/src/utils/changelogSeen.ts:10
↓ 2 callersFunctionnormalizeApiUrl
(url: string | undefined)
apps/web/src/utils/apiUrl.ts:1
↓ 2 callersFunctionnormalizeArtistHandle
(value: string)
packages/shared/artistCredit.ts:40
↓ 2 callersFunctionnormalizeAvatar
(url: string)
apps/web/src/app/(main)/(settings)/settings/(account)/profile/ProfileSettings.tsx:19
↓ 2 callersFunctionopenCreateFolder
(parentId: string | null = null)
apps/web/src/app/(profile)/profile/[handle]/(user)/(characters)/characters/CharacterView.tsx:58
↓ 2 callersFunctionopenCreateFolder
(parentId: string | null = null)
apps/web/src/app/(profile)/profile/[handle]/(character)/[name]/(gallery)/gallery/GalleryView.tsx:88
↓ 2 callersFunctionpanelNeedsArtworks
(type: PanelType)
apps/web/src/utils/panels.ts:117
↓ 2 callersFunctionparseFrontmatterValue
(block: string, key: string)
apps/web/src/lib/changelog.ts:12
↓ 2 callersFunctionpickGalleryPreviewImage
(artworks: Artwork[])
apps/web/src/utils/artworkMetadata.ts:179
↓ 2 callersFunctionprocessFile
(uploadedFile: File)
apps/web/src/components/Modals/DropZone.tsx:154
↓ 2 callersFunctionrefreshUser
()
apps/web/src/app/context/AuthContext.tsx:93
↓ 2 callersFunctionremoveFolderFromTree
(folders: Folder[], folderId: string)
apps/web/src/utils/folderUtils.ts:17
next →1–100 of 669, ranked by callers