MCPcopy Create free account

hub / github.com/AwaitQuality/windowsonarm / functions

Functions87 in github.com/AwaitQuality/windowsonarm

↓ 30 callersMethodjson
( body: T = {} as T, init?: ResponseInit, )
lib/backend/response/DataResponse.ts:4
↓ 8 callersFunctioncn
(...inputs: ClassValue[])
lib/utils.ts:4
↓ 8 callersFunctiongetPrisma
(connection: D1Database)
lib/db/prisma.ts:6
↓ 6 callersMethodget
(url: string, headers?: Record<string, string>)
lib/axios/api.ts:71
↓ 5 callersMethodmakeRequest
( url: string, method: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" = "GET", data?: any
lib/axios/api.ts:30
↓ 4 callersFunctionnotify
( title: string, subtitle?: string, intent: ToastIntent = "success", )
components/contribute-button.tsx:65
↓ 3 callersFunctiongetAppById
(id: string)
lib/api.ts:6
↓ 3 callersFunctionnotify
( title: string, subtitle?: string, intent: ToastIntent = "success", )
app/[id]/AppDetails.tsx:127
↓ 3 callersMethodpost
( url: string, data?: B, headers?: Record<string, string>, )
lib/axios/api.ts:75
↓ 3 callersMethodput
( url: string, data?: B, headers?: Record<string, string>, )
lib/axios/api.ts:83
↓ 3 callersFunctionuseFormField
()
components/ui/form.tsx:40
↓ 2 callersFunctiongetInfo
()
lib/backend/info.ts:6
↓ 2 callersFunctionhandleCategoryChange
(value: string)
components/info-section.tsx:112
↓ 1 callersFunctionaddOption
(option: string)
components/ui/tag-picker.tsx:23
↓ 1 callersFunctionaddOption
(option: string)
components/ui/form/form-tag-picker.tsx:35
↓ 1 callersMethoddelete
(url: string, headers?: Record<string, string>)
lib/axios/api.ts:91
↓ 1 callersFunctionfetchMessages
()
lib/hooks/useDiscordThread.ts:29
↓ 1 callersFunctionfetchMessages
()
lib/hooks/useDiscordForum.ts:31
↓ 1 callersFunctiongenerateSiteMap
(apps: { id: string; updated_at: Date }[])
app/sitemap.xml/route.ts:9
↓ 1 callersFunctiongetIconByStatus
(status: Status)
components/app-table/status-cell.tsx:11
↓ 1 callersFunctionnotify
( title: string, subtitle?: string, intent: ToastIntent = "success", )
components/app-table.tsx:93
↓ 1 callersFunctiononUpvoteClick
( e: React.MouseEvent<HTMLButtonElement>, post: FullPost, )
components/app-table.tsx:156
↓ 1 callersMethodpatch
( url: string, data?: B, headers?: Record<string, string>, )
lib/axios/api.ts:95
↓ 1 callersFunctionrenderCategorySelector
()
components/info-section.tsx:117
↓ 1 callersFunctionrenderCell
(item: FullPost, column: Column)
components/app-table.tsx:197
↓ 1 callersFunctionuploadFile
(file: File)
components/contribute-button.tsx:85
↓ 1 callersFunctionuploadFile
(file: File)
app/[id]/AppDetails.tsx:140
↓ 1 callersFunctionuseAppContext
()
contexts/AppContext.tsx:46
↓ 1 callersFunctionuseDiscordForum
(postId: string | null)
lib/hooks/useDiscordForum.ts:19
↓ 1 callersFunctionuseMediaQuery
(query: string)
components/info-section.tsx:22
↓ 1 callersFunctionusePersistedState
(name: string, defaultValue: any)
lib/persisted-state.ts:3
FunctionAppDescription
({ description, expanded, setExpanded, }: { description: string; expanded: boolean; setExpanded: (
app/[id]/AppDetails.tsx:494
FunctionAppDetailsContent
({ app, info, }: AppDetailsContentProps)
app/[id]/AppDetails.tsx:98
FunctionAppDetailsPage
({ params, }: { params: { id: string }; })
app/[id]/page.tsx:30
FunctionAppProvider
({ children })
contexts/AppContext.tsx:21
FunctionAppTable
({ query, onAppClick })
components/app-table.tsx:77
FunctionAuthorCell
({ user })
components/app-table/author-cell.tsx:9
FunctionClientWrapper
({ children }: { children: React.ReactNode })
app/layoutclient.tsx:13
FunctionContainer
({ asChild, className, children, variant, ...props })
components/ui/container.tsx:26
FunctionContributeButton
({ query })
components/contribute-button.tsx:55
FunctionFileUploader
({ onFileSelect })
components/ui/upload-button.tsx:9
FunctionFormField
({ ...props }: ControllerProps<TFieldValues, TName>)
components/ui/form.tsx:27
FunctionFormTagPicker
({ options, label, name, formControl, shouldUnregister, description, }: _TagPickerProps)
components/ui/form/form-tag-picker.tsx:24
FunctionForumMessages
({ postId }: ForumMessagesProps)
app/[id]/ForumMessages.tsx:72
FunctionGET
()
app/sitemap.xml/route.ts:46
FunctionGET
(request: NextRequest)
app/api/v1/info/route.ts:13
FunctionGET
(request: NextRequest)
app/api/v1/posts/route.ts:21
FunctionGET
( request: NextRequest, { params }: { params: { id: string } }, )
app/api/v1/posts/[id]/route.ts:24
FunctionGET
( request: NextRequest, { params }: { params: { id: string } } )
app/api/v1/posts/[id]/forum/route.ts:9
FunctionGlobalMarkdown
({ children }: GlobalMarkdownProps)
components/markdown.tsx:19
FunctionHome
()
app/page.tsx:29
FunctionInfoSection
({ selectedStatus, setSelectedStatus, setSelectedCategory, setSearchBox, query, })
components/info-section.tsx:48
FunctionInputField
(props: InputFieldProps)
components/ui/form/input.tsx:27
FunctionInputTextArea
(props: InputTextAreaProps)
components/ui/form/input.tsx:54
FunctionNavigation
({ className, ...props }: NavigationProps)
components/navigation.tsx:17
FunctionPOST
(request: NextRequest)
app/api/v1/upload/route.ts:22
FunctionPOST
(request: NextRequest)
app/api/v1/posts/route.ts:137
FunctionPOST
(request: NextRequest)
app/api/v1/posts/upvote/route.ts:14
FunctionPUT
( request: NextRequest, { params }: { params: { id: string } }, )
app/api/v1/posts/[id]/route.ts:38
FunctionPage
()
app/auth/signup/[[...sign-up]]/page.tsx:5
FunctionPage
()
app/auth/signin/[[...sign-in]]/page.tsx:5
FunctionProviders
({ children }: { children: React.ReactNode })
lib/providers.tsx:15
FunctionRootLayout
({ children, }: Readonly<{ children: React.ReactNode; }>)
app/layout.tsx:92
FunctionSelectField
(props: InputFieldProps)
components/ui/form/select.tsx:21
FunctionSelectedAppModal
({ open, selectedApp, closeModal, }: SelectedAppModalProps)
components/selected-app-modal.tsx:76
FunctionShareButton
(props: Props)
components/share-button.tsx:31
FunctionStatisticsBar
({ statuses, selectedStatus, setSelectedStatus, })
components/ui/statistics-bar.tsx:13
FunctionStatusCell
({ status })
components/app-table/status-cell.tsx:10
FunctionTagPicker
({ options }: _TagPickerProps)
components/ui/tag-picker.tsx:17
FunctionTitleCell
({ item, onUpvoteClick })
components/app-table/title-cell.tsx:17
Methodconstructor
(baseURL: string = "")
lib/axios/api.ts:20
FunctionfetchInfo
()
app/page.tsx:53
FunctionfetchPosts
({ pageParam = null })
app/page.tsx:41
FunctiongenerateMetadata
({ params, }: { params: { id: string }; })
app/[id]/page.tsx:9
FunctionhandleEdit
(values: EditPostRequest)
app/[id]/AppDetails.tsx:164
FunctionhandleFileChange
(event: React.ChangeEvent<HTMLInputElement>)
components/ui/upload-button.tsx:13
FunctionhandleJoinDiscord
()
app/[id]/ForumMessages.tsx:77
FunctionhandleReplyClick
()
app/[id]/ForumMessages.tsx:81
FunctionhandleScroll
()
components/app-table.tsx:112
FunctionhandleSelectFile
()
components/ui/upload-button.tsx:21
Functionheaders
()
next.config.mjs:13
Methodjson
( error: string, init?: ResponseInit, )
lib/backend/response/ErrorResponse.ts:4
Functionlistener
()
components/info-section.tsx:30
FunctiononError
(errors: any)
components/contribute-button.tsx:134
FunctiononOptionSelect
(e, data)
components/ui/tag-picker.tsx:27
FunctiononSubmit
(values: z.infer<typeof postSchema>)
components/contribute-button.tsx:109
FunctionuseDiscordThread
(threadId: string | null)
lib/hooks/useDiscordThread.ts:18