MCPcopy Create free account

hub / github.com/borhara/CO-DE / functions

Functions90 in github.com/borhara/CO-DE

↓ 35 callersFunctioncn
(...inputs: ClassValue[])
frontend/src/lib/utils.ts:5
↓ 14 callersMethodget
(self)
backend/views/auth.py:99
↓ 7 callersFunctionuseTheme
()
frontend/src/shadcn/components/ui/theme-provider.tsx:64
↓ 5 callersMethodsave
(self, *args, **kwargs)
backend/models/rooms.py:34
↓ 3 callersFunctioncreate_app
(testing=False)
backend/app.py:31
↓ 3 callersFunctiontransformKeys
( obj: Record<string, unknown>, isRequest: boolean = true )
frontend/src/services/axiosInstance.ts:16
↓ 2 callersFunctiongetFileType
(fileName: string)
frontend/src/lib/utils.ts:9
↓ 2 callersMethodpost
(self)
backend/views/auth.py:56
↓ 1 callersFunctionaddEmoji
(emoji: Emoji)
frontend/src/components/ui/chatBox.tsx:86
↓ 1 callersFunctionconfig_mongodb
(_app: Flask)
backend/services/utils.py:8
↓ 1 callersFunctionconfig_redis
(_app: Flask)
backend/services/utils.py:23
↓ 1 callersFunctionconfig_socketio
(_app: Flask)
backend/services/utils.py:37
↓ 1 callersMethodcreate_room
(cls, data)
backend/repos/rooms.py:10
↓ 1 callersMethodcreate_user_if_not_exist
(cls, access_token, user_data)
backend/repos/auth.py:30
↓ 1 callersMethodend_room
(cls, data)
backend/repos/rooms.py:30
↓ 1 callersMethodget_access_token
(cls, code)
backend/repos/auth.py:12
↓ 1 callersFunctionget_config
()
backend/config.py:56
↓ 1 callersFunctionget_testing_config
()
backend/config.py:60
↓ 1 callersMethodget_user_info
(self)
backend/services/github.py:12
↓ 1 callersFunctionhandleOnTabClick
(tabId: string | number)
frontend/src/components/ui/fileTab.tsx:26
↓ 1 callersFunctionhandleSelect
(node: CODENodeModel)
frontend/src/components/ui/explorerTreeView.tsx:30
↓ 1 callersMethodjoin_room
(cls, data)
backend/repos/rooms.py:48
↓ 1 callersFunctiononTabClose
( e: React.MouseEvent<HTMLButtonElement, MouseEvent>, tabId: string | number )
frontend/src/components/ui/fileTab.tsx:48
↓ 1 callersFunctionregister_endpoints
(_app)
backend/app.py:20
↓ 1 callersFunctionremoveField
( obj: T, keys: K[] )
frontend/src/utils/utils.ts:1
↓ 1 callersFunctionresolve_origins
(config: str)
backend/services/utils.py:51
↓ 1 callersMethodsave
(self, *args, **kwargs)
backend/models/projects.py:34
↓ 1 callersMethodsend_message
(cls, data)
backend/repos/rooms.py:72
↓ 1 callersFunctionsetupSocketConnection
()
frontend/src/tests/events/socket-logic.tsx:6
↓ 1 callersFunctionsetupSocketDisconnection
()
frontend/src/tests/events/socket-logic.tsx:14
↓ 1 callersFunctionsignIn
( data: SignInRequest )
frontend/src/services/auth/auth.ts:32
↓ 1 callersFunctionsignUp
( data: SignUpRequest )
frontend/src/services/auth/auth.ts:16
FunctionActivityBar
(props: Props)
frontend/src/components/sections/activityBar.tsx:35
FunctionApp
()
frontend/src/App.tsx:12
FunctionAuthGate
({ children, required }: Props)
frontend/src/components/auth/AuthGate.tsx:11
FunctionChatBox
()
frontend/src/components/ui/chatBox.tsx:82
FunctionDiscordLogo
({ size }: Props)
frontend/src/components/ui/DiscordLogo.tsx:6
FunctionDropdownMenuShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
frontend/src/shadcn/components/ui/dropdown-menu.tsx:168
FunctionEditorPage
(props: Props)
frontend/src/components/pages/editor.tsx:15
FunctionExplorerTreeView
()
frontend/src/components/ui/explorerTreeView.tsx:14
FunctionFileExplorerBar
()
frontend/src/components/sections/fileExplorerBar.tsx:4
FunctionFileTab
({ fileName, active, tabId, ...props }: Props)
frontend/src/components/ui/fileTab.tsx:14
FunctionFooter
(props: Props)
frontend/src/components/sections/footer.tsx:5
FunctionLoadingPage
({ message, progress }: LoadingPageProps)
frontend/src/components/loading.tsx:8
FunctionLogo
({ size, className, noText = false, ...res }: Props)
frontend/src/components/ui/logo.tsx:24
FunctionModeToggle
()
frontend/src/shadcn/components/ui/mode-toggle.tsx:12
FunctionNotificationTab
()
frontend/src/components/ui/notificationTab.tsx:7
FunctionPlaceholderFileTab
(props: Props)
frontend/src/components/ui/placeholderFileTab.tsx:5
FunctionProgressBar
({ progress = 0, determinate = false, size, variant, className, }: ProgressBarProps)
frontend/src/components/ui/progress-bar.tsx:32
FunctionRightSectionContainer
(props: Props)
frontend/src/components/sections/rightSectionContainer.tsx:15
FunctionRightSidebar
()
frontend/src/components/sections/rightSidebar.tsx:14
FunctionRoomDetails
()
frontend/src/components/ui/roomDetails.tsx:123
FunctionRootLayout
(props: Props)
frontend/src/components/layout/rootLayout.tsx:12
FunctionSignInPage
()
frontend/src/components/pages/signIn.tsx:24
FunctionSignUpPage
()
frontend/src/components/pages/signUp.tsx:38
FunctionSingleNotification
({ notif, index, length, }: { notif: RoomNotification; index: number; length: number; })
frontend/src/components/ui/singleNotification.tsx:7
FunctionTabTray
({}: TabTrayProps)
frontend/src/components/sections/tabTray.tsx:29
FunctionTestSocketConnectionComponent
()
frontend/src/tests/events/test-socket-connection-component.tsx:4
FunctionThemeProvider
({ children, defaultTheme = "system", storageKey = "co-de-ui-theme", ...props }: ThemeProviderProps)
frontend/src/shadcn/components/ui/theme-provider.tsx:21
FunctionWelcomeScreen
(props: Props)
frontend/src/components/ui/welcomeScreen.tsx:13
Method__init__
(self, access_token)
backend/services/github.py:6
Method__str__
(self)
backend/models/users.py:28
Functionapp
()
backend/tests/conftest.py:13
Functionclient
(app: Flask)
backend/tests/conftest.py:35
Functiondecorated
(*args, **kwargs)
backend/services/decorators.py:7
Methodenvelope_dump
Envelope the dump data in an object and also adding status attribute. :param data: Data resulted by dump function :param man
backend/services/serialization.py:25
Functiongenerate_invite_token
()
backend/services/utils.py:47
FunctiongetUser
()
frontend/src/services/auth/auth.ts:46
FunctionhandleClick
(data: SignUpRequest)
frontend/src/components/pages/signUp.tsx:49
FunctionhandleClick
(data: SignInRequest)
frontend/src/components/pages/signIn.tsx:38
FunctionhandleConnectClick
()
frontend/src/tests/events/test-socket-connection-component.tsx:26
FunctionhandleDisconnectClick
()
frontend/src/tests/events/test-socket-connection-component.tsx:31
FunctionhandleDrop
(newTree: CODENodeModel[])
frontend/src/components/ui/explorerTreeView.tsx:28
FunctionhandleEditorChange
(value: string | undefined)
frontend/src/components/code_editor/CodeEditor.tsx:79
Functionhandle_connect
()
backend/events/connection.py:6
Functionhandle_create_room
(data)
backend/events/rooms.py:12
Functionhandle_disconnect
()
backend/events/connection.py:11
Functionhandle_end_room
(data)
backend/events/rooms.py:23
Methodhandle_error
Overwrites the default error handling on loading of data. The new handler sets the error messages attribute to an enveloped e
backend/services/serialization.py:8
Functionhandle_join_room
(data)
backend/events/rooms.py:34
Functionhandle_send_message
(data)
backend/events/rooms.py:45
Functionis_email
Validate string is a valid email format
backend/models/users.py:13
FunctionmarkAllAsRead
()
frontend/src/stores/useNotificationStore.ts:86
Functionproject
(request: Iterable[object])
backend/tests/conftest.py:67
Functionsocket_client
(app: Flask)
backend/tests/conftest.py:40
Functiontest_create_room
(socket_client: SocketIOTestClient, project: Project)
backend/tests/test_events.py:11
Functiontest_end_room
(socket_client: SocketIOTestClient)
backend/tests/test_events.py:80
Functiontest_join_room
(socket_client: SocketIOTestClient)
backend/tests/test_events.py:38
Functiontest_send_message
(socket_client: SocketIOTestClient)
backend/tests/test_events.py:54
Functionvalidate
(func)
backend/services/decorators.py:5