MCPcopy Create free account

hub / github.com/callmearta/kite / functions

Functions175 in github.com/callmearta/kite

↓ 8 callersFunctionlinkFromPost
(post: any, uri: string | null = null)
src/utils/linkFromPost.tsx:1
↓ 3 callersFunctionblacklist
( data: ProfileViewDetailed | FeedViewPost, customList?: any[] )
src/utils/blacklist.tsx:7
↓ 3 callersFunctiongetSettings
()
src/store/settings.ts:5
↓ 3 callersFunctionrenderMarkdown
(text: string)
src/utils/renderMarkdown.tsx:6
↓ 2 callersFunction_handleRemoveFleet
(e: SyntheticEvent, index: number)
src/components/Lightbox/index.tsx:31
↓ 2 callersFunction_handleSubmit
(filesData: any[], text: string, audio: any = null)
src/components/NewModal/index.tsx:42
↓ 2 callersFunctionconvertURIToBinary
(dataURI: any)
src/utils/convertURIToBinary.ts:1
↓ 2 callersFunctionsetSettingsLocalStorage
(data: Object | { suggested: 'global' | 'personalized' })
src/store/settings.ts:16
↓ 2 callersFunctionstopRecording
(stream: any)
src/components/Composer/Audio.tsx:85
↓ 1 callersFunction_fetch
({ uri }: { uri?: any })
src/pages/singleblue/index.tsx:22
↓ 1 callersFunction_fetchBlobList
()
src/pages/user/Media.tsx:35
↓ 1 callersFunction_fetchFeed
(pageParam: any)
src/pages/feed/Skyline.tsx:31
↓ 1 callersFunction_fetchFeed
(pageParam: any)
src/pages/feed/SkyCol.tsx:22
↓ 1 callersFunction_fetchFleets
()
src/pages/feed/Fleet/index.tsx:18
↓ 1 callersFunction_fetchFollowers
(pageParam: any)
src/pages/user/Stats.tsx:32
↓ 1 callersFunction_fetchFollowersNextPage
()
src/pages/user/Stats.tsx:61
↓ 1 callersFunction_fetchFollowings
(pageParam: any)
src/pages/user/Stats.tsx:40
↓ 1 callersFunction_fetchFollowingsNextPage
()
src/pages/user/Stats.tsx:65
↓ 1 callersFunction_fetchImage
()
src/pages/user/Media/Image.tsx:24
↓ 1 callersFunction_fetchLikes
(pageParam: any)
src/components/Blue/Stats.tsx:40
↓ 1 callersFunction_fetchPosts
(pageParam: any)
src/pages/user/Likes.tsx:38
↓ 1 callersFunction_fetchReposts
(pageParam: any)
src/components/Blue/Stats.tsx:26
↓ 1 callersFunction_getPermission
()
src/components/Composer/Audio.tsx:43
↓ 1 callersFunction_handleArrows
(props: any)
src/components/Composer/index.tsx:440
↓ 1 callersFunction_handleClick
(e: any, isMouseDown: any = null)
src/components/Blue/Blue.tsx:89
↓ 1 callersFunction_handleFile
(e: any, file?: null)
src/components/Composer/index.tsx:384
↓ 1 callersFunction_handleFileUpload
(file: { file: File | null, preview: any })
src/components/Composer/index.tsx:339
↓ 1 callersFunction_handleHomeClick
(e:SyntheticEvent,index:number)
src/components/Sidebar/Sidebar.tsx:65
↓ 1 callersFunction_handleLikeNextPage
()
src/components/Blue/Stats.tsx:66
↓ 1 callersFunction_handleList
()
src/components/Right/index.tsx:60
↓ 1 callersFunction_handleOpen
(e: SyntheticEvent)
src/pages/notifications/Notification.tsx:63
↓ 1 callersFunction_handlePasteImage
(e: any)
src/components/Composer/index.tsx:413
↓ 1 callersFunction_handleRefetch
()
src/pages/feed/Skyline.tsx:97
↓ 1 callersFunction_handleRefetch
()
src/pages/feed/SkyCol.tsx:67
↓ 1 callersFunction_handleRemoveFile
(e: any, index: number)
src/components/Composer/index.tsx:399
↓ 1 callersFunction_handleRepostNextPage
()
src/components/Blue/Stats.tsx:62
↓ 1 callersFunction_handleSingleScroll
()
src/components/Blue/Blue.tsx:65
↓ 1 callersFunction_init
()
src/components/Wave/index.tsx:19
↓ 1 callersFunction_linkToProfile
(e: SyntheticEvent)
src/pages/notifications/Notification.tsx:47
↓ 1 callersFunction_logout
()
src/pages/logout/index.tsx:8
↓ 1 callersFunction_updatePosts
(data: FeedViewPost[])
src/pages/feed/Skyline.tsx:78
↓ 1 callersFunction_updateSeen
()
src/pages/notifications/index.tsx:58
↓ 1 callersFunctioncompressImage
(file: File)
src/pages/feed/Fleet/New.tsx:84
↓ 1 callersFunctiondetectLang
(textToCheck: string)
src/utils/detectLang.ts:1
↓ 1 callersFunctioneditorJsonToLinks
(json: JSONContent)
src/components/Composer/index.tsx:477
↓ 1 callersFunctioneditorJsonToText
(json: JSONContent)
src/components/Composer/index.tsx:460
↓ 1 callersFunctionhandleSession
()
src/Agent.tsx:27
↓ 1 callersFunctionmarkdownText
()
src/components/Blue/Blue.tsx:55
↓ 1 callersFunctionstartRecording
(stream: any)
src/components/Composer/Audio.tsx:59
↓ 1 callersFunctionuseOnScreen
(ref: RefObject<HTMLElement>)
src/utils/useOnScreen.tsx:3
FunctionApp
()
src/App.tsx:31
FunctionAudio
(props: { setAudio: any })
src/components/Composer/Audio.tsx:9
FunctionAuth
(props: { children: React.ReactNode })
src/router/Auth.tsx:5
FunctionBackButton
(props: {})
src/components/BackButton.tsx:4
FunctionBlocks
(props: {})
src/pages/user/Blocks.tsx:10
FunctionBlue
(props: { post: FeedViewPost | PostView, isReply?: boolean, isParent?: boolean, isSingle?: boo
src/components/Blue/Blue.tsx:30
FunctionButton
(props: { text?: string, loading?: boolean, loadingColored?: boolean, [x: string]: any })
src/components/Button.tsx:3
FunctionComments
(props: { post: PostView | FeedViewPost | any })
src/components/Blue/Comments.tsx:10
FunctionComposer
(props: { onSubmit: Function, submitLoading: boolean, quotePost?: any, inModal?: boolean })
src/components/Composer/index.tsx:26
FunctionDonate
(props: {})
src/components/Right/Donate.tsx:4
FunctionEditProfile
(props: { isOpen: boolean, setIsOpen: Function, user: any, refetch:Function })
src/pages/user/EditProfile.tsx:11
FunctionExternal
(props: { embed: AppBskyEmbedExternal.View })
src/components/Blue/Embed/External.tsx:5
FunctionFeed
(props: {})
src/pages/feed/index.tsx:16
FunctionFirehose
(props: {})
src/pages/feed/Firehose.tsx:36
FunctionFleet
(props: { record: { user: any, data: any[] } })
src/pages/feed/Fleet/Fleet.tsx:15
FunctionFleets
(props: {})
src/pages/feed/Fleet/index.tsx:11
FunctionImage
(props: { embed: AppBskyEmbedImages.View | AppBskyEmbedRecordWithMedia.View })
src/components/Blue/Embed/Image.tsx:8
FunctionImage
(props: { cid: string, user: any })
src/pages/user/Media/Image.tsx:9
FunctionLayout
(props: { children?: React.ReactNode backButton?: boolean, className?: string })
src/components/Layout.tsx:16
FunctionLightbox
(props: {})
src/components/Lightbox/index.tsx:12
FunctionLike
(props: { post: PostView | FeedViewPost })
src/components/Blue/Like.tsx:10
FunctionLikes
(props: {})
src/pages/user/Likes.tsx:9
FunctionLoading
(props: { isColored?: boolean, isSmall?: boolean })
src/components/Loading.tsx:3
FunctionLogin
(props: {})
src/pages/login/index.tsx:11
FunctionLogout
(props: {})
src/pages/logout/index.tsx:6
FunctionMedia
(props: { user: any })
src/pages/user/Media.tsx:13
FunctionModal
(props: { children: React.ReactNode, onClose: Function | any, className?: string, onScrollEnd?
src/components/Modal/index.tsx:4
FunctionMore
(props: { post: PostView | FeedViewPost, setDeleted: Function, isPin?: boolean })
src/components/Blue/More.tsx:17
FunctionMore
(props: { user: any, me: any, refetch: Function, })
src/pages/user/More.tsx:10
FunctionNew
(props: {})
src/pages/feed/New.tsx:18
FunctionNew
(props: {})
src/pages/feed/Fleet/New.tsx:14
FunctionNewModal
(props: {})
src/components/NewModal/index.tsx:22
FunctionNotification
(props: { notif: NotificationType | any })
src/pages/notifications/Notification.tsx:23
FunctionNotifications
(props: {})
src/pages/notifications/index.tsx:11
FunctionPosts
(props: { user: any, hideReplies?: boolean, onlyReplies?: boolean })
src/pages/user/Posts.tsx:10
FunctionPostsRenderer
(props: { isLoading?: boolean, feed?: any, isProfile?: boolean, hideReplies?: boolean, onl
src/components/PostsRenderer.tsx:12
FunctionRecord
(props: { embed: AppBskyEmbedRecord.View | AppBskyEmbedRecordWithMedia.View, author?: AppBskyActorDefs
src/components/Blue/Embed/Record.tsx:9
FunctionRegister
(props: {})
src/pages/register/index.tsx:10
FunctionReloadPrompt
(props: {})
src/Prompt.tsx:10
FunctionRepost
(props: { post: FeedViewPost | PostView })
src/components/Blue/Repost.tsx:12
FunctionRight
(props: { isInSkyline?: boolean })
src/components/Right/index.tsx:19
FunctionSearch
(props: {})
src/components/Right/Search.tsx:15
FunctionSetCaretPosition
(el: any, pos: number)
src/components/Composer/index.tsx:234
FunctionSettings
(props:{})
src/pages/settings/index.tsx:6
FunctionSidebar
(props: { data: ProfileView | any })
src/components/Sidebar/Sidebar.tsx:22
FunctionSingleBlue
(props: {})
src/pages/singleblue/index.tsx:11
FunctionSkyCol
(props: {})
src/pages/feed/SkyCol.tsx:15
FunctionSkyline
(props: {})
src/pages/feed/Skyline.tsx:22
FunctionStats
(props: { post: any })
src/components/Blue/Stats.tsx:10
FunctionStats
(props: { user: any })
src/pages/user/Stats.tsx:10
next →1–100 of 175, ranked by callers