MCPcopy Index your code

hub / github.com/amalshaji/dbcooper / functions

Functions723 in github.com/amalshaji/dbcooper

↓ 2 callersFunctionstarts_with_keyword
(sql: &str, keyword: &str)
src-tauri/src/database/mod.rs:19
↓ 2 callersFunctionunified_get_table_data
( db_type: String, host: Option<String>, port: Option<i64>, database: Option<String>, user
src-tauri/src/commands/database.rs:289
↓ 2 callersFunctionunified_list_tables
( db_type: String, host: Option<String>, port: Option<i64>, database: Option<String>, user
src-tauri/src/commands/database.rs:250
↓ 2 callersFunctionupdate_table_row
( db_type: String, host: Option<String>, port: Option<i64>, database: Option<String>, user
src-tauri/src/commands/database.rs:365
↓ 1 callersFunctionareCellValuesEqual
(left: unknown, right: unknown)
src/pages/ConnectionDetails.tsx:224
↓ 1 callersFunctionbuildSchemaObjects
( tables: DatabaseTable[], functions: FunctionSummary[], )
src/components/connection-details/ObjectExplorer.tsx:261
↓ 1 callersFunctionbuildWrappedQuery
( baseQuery: string, filter: string, sort: SortConfig | null, dbType?: string, )
src/pages/ConnectionDetails.tsx:193
↓ 1 callersMethodbuild_connection_string
(&self)
src-tauri/src/database/postgres.rs:31
↓ 1 callersFunctioncalculateRemaining
()
src/components/ExpandableText.tsx:32
↓ 1 callersFunctioncheckConfig
()
src/hooks/useAIGeneration.ts:78
↓ 1 callersFunctioncheckSettingsAndUpdate
()
src/components/UpdateChecker.tsx:48
↓ 1 callersFunctioncheckTheme
()
src/components/SqlEditor.tsx:61
↓ 1 callersMethodconnection_string
(&self)
src-tauri/src/database/sqlite.rs:25
↓ 1 callersFunctioncontains_keyword_outside_literals
(sql: &str, keyword: &str)
src-tauri/src/database/mod.rs:52
↓ 1 callersFunctioncreateFunctionDefinitionTab
( functionSummary: FunctionSummary, )
src/types/tabTypes.ts:203
↓ 1 callersFunctioncreateSchemaVisualizerTab
()
src/types/tabTypes.ts:191
↓ 1 callersFunctioncreateTableStructureTab
(tableName: string)
src/types/tabTypes.ts:141
↓ 1 callersMethodcreate_connection
Create a new Redis connection
src-tauri/src/database/redis.rs:98
↓ 1 callersFunctioncreate_new_window
(app: &tauri::AppHandle<R>)
src-tauri/src/lib.rs:38
↓ 1 callersMethodcreate_pool
(&self)
src-tauri/src/database/postgres.rs:48
↓ 1 callersFunctiondelete_table_row
( db_type: String, host: Option<String>, port: Option<i64>, database: Option<String>, user
src-tauri/src/commands/database.rs:535
↓ 1 callersFunctiondownloadImage
()
src/components/SchemaVisualizer.tsx:816
↓ 1 callersFunctiondrop_view
Helper to clean up a test view
src-tauri/tests/clickhouse_integration_tests.rs:38
↓ 1 callersMethodexecute_command
Execute a non-SELECT query
src-tauri/src/database/clickhouse.rs:98
↓ 1 callersFunctionfetchConnection
()
src/pages/ConnectionDetails.tsx:554
↓ 1 callersFunctionfetchSavedQueries
()
src/pages/ConnectionDetails.tsx:680
↓ 1 callersFunctionfilterSchemaObjects
( schema: string, objects: SchemaObjects, searchQuery: string, )
src/components/connection-details/ObjectExplorer.tsx:302
↓ 1 callersFunctionformatHistoryTime
(executedAt: string)
src/pages/ConnectionDetails.tsx:355
↓ 1 callersFunctiongenerateUUIDv4
()
src/lib/columnUtils.ts:19
↓ 1 callersFunctiongetDatabaseIcon
()
src/pages/ConnectionDetails.tsx:2298
↓ 1 callersFunctiongetDbTypeConfig
(type: string)
src/pages/Connections.tsx:63
↓ 1 callersFunctiongetPhaseStatus
(phase: LoadingPhase)
src/pages/ConnectionDetails.tsx:2339
↓ 1 callersFunctiongetSortIcon
(columnId: string)
src/components/DataTable.tsx:263
↓ 1 callersFunctiongetStatementAtCursor
( sql: string, cursorLine: number, _cursorChar: number, )
src/lib/sqlParser.ts:195
↓ 1 callersFunctiongetSuggestedFunctions
( dbType: DbType, columnType: string, columnName?: string, )
src/lib/sqlFunctions.ts:43
↓ 1 callersFunctiongetTabIcon
(tab: Tab)
src/components/TabBar.tsx:15
↓ 1 callersFunctionget_allowed_sql_functions
Whitelist of allowed SQL functions/values for raw SQL injection. This prevents SQL injection by only allowing known safe SQL functions. Must match the
src-tauri/src/commands/database.rs:672
↓ 1 callersFunctionget_db_path
()
src-tauri/src/db/mod.rs:19
↓ 1 callersMethodget_key_details_with_tunnel
Get key details through SSH tunnel
src-tauri/src/database/redis.rs:1088
↓ 1 callersMethodget_last_error
Get the last error for a connection
src-tauri/src/database/pool_manager.rs:296
↓ 1 callersMethodget_status
Get the current status of a connection
src-tauri/src/database/pool_manager.rs:287
↓ 1 callersFunctionhandleAddHashField
()
src/components/RedisKeySheet.tsx:148
↓ 1 callersFunctionhandleAddListItem
()
src/components/RedisKeySheet.tsx:129
↓ 1 callersFunctionhandleAddZsetMember
()
src/components/RedisKeySheet.tsx:174
↓ 1 callersFunctionhandleCancelDelete
()
src/pages/Connections.tsx:182
↓ 1 callersFunctionhandleCopyField
(fieldKey: string, value: string)
src/components/QueryResultSheet.tsx:76
↓ 1 callersFunctionhandleCopyQueryError
(errorMessage: string)
src/pages/ConnectionDetails.tsx:1489
↓ 1 callersFunctionhandleGenerate
()
src/components/SqlEditor.tsx:166
↓ 1 callersFunctionhandleInputChange
(newValue: string)
src/components/field-inputs/FunctionCombobox.tsx:26
↓ 1 callersFunctionhandleLoadQuery
(savedQuery: SavedQuery)
src/pages/ConnectionDetails.tsx:1500
↓ 1 callersFunctionhandleRedisKeySelect
(key: string)
src/pages/ConnectionDetails.tsx:3303
↓ 1 callersFunctionhandleRemoveHashField
(index: number)
src/components/RedisKeySheet.tsx:164
↓ 1 callersFunctionhandleRemoveListItem
(index: number)
src/components/RedisKeySheet.tsx:144
↓ 1 callersFunctionhandleRemoveZsetMember
(index: number)
src/components/RedisKeySheet.tsx:191
↓ 1 callersFunctionhandleSaveQuery
()
src/pages/ConnectionDetails.tsx:1504
↓ 1 callersFunctionhandleTypeChange
(type: ConnectionType)
src/components/ConnectionForm.tsx:138
↓ 1 callersMethodhealth_check
Perform a health check on a connection
src-tauri/src/database/pool_manager.rs:319
↓ 1 callersFunctioninit_pool
()
src-tauri/src/db/mod.rs:26
↓ 1 callersFunctionisIntegerType
(columnType: string)
src/components/field-inputs/NumericFieldInput.tsx:8
↓ 1 callersFunctionisNumericType
(columnType: string)
src/components/InlineEditableCell.tsx:27
↓ 1 callersFunctionisNumericType
(columnType: string)
src/components/field-inputs/FieldInput.tsx:21
↓ 1 callersFunctionisTimestampType
(columnType: string)
src/components/field-inputs/FieldInput.tsx:34
↓ 1 callersFunctionloadData
()
src/pages/ConnectionDetails.tsx:644
↓ 1 callersFunctionloadSettings
()
src/components/SettingsForm.tsx:39
↓ 1 callersFunctionparseCellValue
(text: string, column: TableColumn)
src/components/InlineEditableCell.tsx:40
↓ 1 callersFunctionquoteResultColumn
(column: string, dbType?: string)
src/pages/ConnectionDetails.tsx:185
↓ 1 callersFunctionreadDollarQuoteTag
(line: string, index: number)
src/lib/sqlParser.ts:14
↓ 1 callersFunctionreapply
()
src/contexts/ThemeContext.tsx:70
↓ 1 callersFunctionrenderActiveTabContent
()
src/pages/ConnectionDetails.tsx:3819
↓ 1 callersFunctionrenderFunctionDefinitionContent
(tab: FunctionDefinitionTab)
src/pages/ConnectionDetails.tsx:3815
↓ 1 callersFunctionrenderQueryContent
(tab: QueryTab)
src/pages/ConnectionDetails.tsx:2798
↓ 1 callersFunctionrenderQueryError
(errorMessage: string)
src/pages/ConnectionDetails.tsx:2772
↓ 1 callersFunctionrenderRedisView
()
src/pages/ConnectionDetails.tsx:3432
↓ 1 callersFunctionrenderSchemaVisualizerContent
(tab: SchemaVisualizerTab)
src/pages/ConnectionDetails.tsx:3796
↓ 1 callersFunctionrenderTableBody
()
src/components/DataTable.tsx:188
↓ 1 callersFunctionrenderTableDataContent
(tab: TableDataTab)
src/pages/ConnectionDetails.tsx:2407
↓ 1 callersFunctionrenderTableStructureContent
(tab: TableStructureTab)
src/pages/ConnectionDetails.tsx:2563
↓ 1 callersFunctionrenderValueEditor
()
src/components/RedisKeySheet.tsx:279
↓ 1 callersMethodreset_connection
Reset the connection pool
src-tauri/src/database/redis.rs:137
↓ 1 callersFunctionrun
()
src-tauri/src/lib.rs:52
↓ 1 callersMethodsearch_keys_with_tunnel
Search keys through an SSH tunnel using the Redis `SCAN` command (non-blocking). This method performs an incremental scan of the keyspace and may not
src-tauri/src/database/redis.rs:1006
↓ 1 callersFunctionsetupGlobalListeners
()
src/hooks/useAIGeneration.ts:41
↓ 1 callersFunctionsetupListener
()
src/pages/ConnectionDetails.tsx:442
↓ 1 callersFunctionstripLeadingSqlComments
(query: string)
src/pages/ConnectionDetails.tsx:156
↓ 1 callersFunctionstrip_leading_sql_comments
(mut sql: &str)
src-tauri/src/database/mod.rs:28
↓ 1 callersFunctionunified_get_table_structure
( db_type: String, host: Option<String>, port: Option<i64>, database: Option<String>, user
src-tauri/src/commands/database.rs:323
↓ 1 callersFunctionupdateWidth
()
src/components/SqlEditor.tsx:77
↓ 1 callersFunctionuseAIGeneration
()
src/hooks/useAIGeneration.ts:72
↓ 1 callersFunctionuseIsMobile
()
src/hooks/use-mobile.tsx:5
↓ 1 callersFunctionuseSettings
()
src/contexts/SettingsContext.tsx:10
FunctionAlertDialog
({ ...props }: AlertDialogPrimitive.Root.Props)
src/components/ui/alert-dialog.tsx:7
FunctionAlertDialogAction
({ className, ...props }: React.ComponentProps<typeof Button>)
src/components/ui/alert-dialog.tsx:142
FunctionAlertDialogCancel
({ className, variant = "outline", size = "default", ...props }: AlertDialogPrimitive.Close.Props & Pick<
src/components/ui/alert-dialog.tsx:155
FunctionAlertDialogContent
({ className, size = "default", ...props }: AlertDialogPrimitive.Popup.Props & { size?: "default" | "sm";
src/components/ui/alert-dialog.tsx:39
FunctionAlertDialogDescription
({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Description>)
src/components/ui/alert-dialog.tsx:126
FunctionAlertDialogFooter
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/alert-dialog.tsx:78
FunctionAlertDialogHeader
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/alert-dialog.tsx:62
FunctionAlertDialogMedia
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/alert-dialog.tsx:94
FunctionAlertDialogOverlay
({ className, ...props }: AlertDialogPrimitive.Backdrop.Props)
src/components/ui/alert-dialog.tsx:23
FunctionAlertDialogPortal
({ ...props }: AlertDialogPrimitive.Portal.Props)
src/components/ui/alert-dialog.tsx:17
← previousnext →101–200 of 723, ranked by callers