MCPcopy Create free account

hub / github.com/TabularisDB/tabularis / functions

Functions1,406 in github.com/TabularisDB/tabularis

↓ 2 callersFunctiongenerateWherePlaceholder
(column: string)
src/utils/tableToolbar.ts:87
↓ 2 callersFunctiongetAiExplanationLanguage
(language: AppLanguage)
src/i18n/language.ts:3
↓ 2 callersFunctiongetDefaultThemeIdForSystem
()
src/utils/themeManagement.ts:128
↓ 2 callersFunctiongetDriverColor
(manifest: PluginManifest | undefined | null)
src/utils/driverUI.tsx:14
↓ 2 callersFunctiongetDriverColorStyle
(manifest: PluginManifest | undefined | null)
src/utils/driverUI.tsx:52
↓ 2 callersFunctiongetExplainPlanSummary
(plan: ExplainPlan)
src/utils/explainPlan.ts:271
↓ 2 callersFunctiongetGeometryHelperText
(isRawSqlMode: boolean)
src/utils/geometryInput.ts:72
↓ 2 callersFunctiongetLayoutedElements
( nodes: Node[], edges: Edge[], direction = "TB", // Changed default )
src/components/ui/SchemaDiagram.tsx:32
↓ 2 callersFunctiongetOpenSourceLibraryTotal
()
src/utils/openSourceLibraries.ts:134
↓ 2 callersFunctiongetResultValueType
( value: unknown, columnType?: string, )
src/utils/dataGrid.ts:118
↓ 2 callersFunctiongetSystemThemeId
( isDark: boolean, settings: ThemeSettings )
src/utils/themeManagement.ts:187
↓ 2 callersFunctiongetTableColumns
(connectionId: string, tableName: string, schema?: string | null)
src/utils/autocomplete.ts:51
↓ 2 callersFunctiongroupHeaderProps
(group: (typeof sortedGroups)[number])
src/pages/Connections.tsx:505
↓ 2 callersFunctionhandleCancel
()
src/components/modals/K8sConnectionsModal.tsx:195
↓ 2 callersFunctionhandleConnect
(conn: SavedConnection)
src/pages/Connections.tsx:314
↓ 2 callersFunctionhandleContextMenu
( e: React.MouseEvent, type: string, id: string, label: string, data?: ContextMenuData,
src/components/layout/ExplorerSidebar.tsx:433
↓ 2 callersFunctionhandleContextMenu
(entryId: string, e: React.MouseEvent)
src/components/ui/MultiResultPanel.tsx:319
↓ 2 callersFunctionhandleCreateGroup
()
src/pages/Connections.tsx:189
↓ 2 callersFunctionhandleDisconnect
(connId: string)
src/pages/Connections.tsx:334
↓ 2 callersFunctionhandleExplain
()
src/components/modals/AiExplainModal.tsx:46
↓ 2 callersFunctionhandleExport
(format: "json" | "csv")
src/components/settings/ai-activity/AiActivityEventsTab.tsx:79
↓ 2 callersFunctionhandleExportCommon
(format: "csv" | "json")
src/pages/Editor.tsx:2621
↓ 2 callersFunctionhandleRoutineDoubleClick
(routine: RoutineInfo, schema?: string)
src/components/layout/ExplorerSidebar.tsx:397
↓ 2 callersFunctionhandleSubmit
()
src/components/notebook/ParamsPanel.tsx:60
↓ 2 callersFunctionhandleTriggerDoubleClick
(trigger: TriggerInfo, schema?: string)
src/components/layout/ExplorerSidebar.tsx:415
↓ 2 callersFunctionhasCellReferences
(sql: string)
src/utils/notebookVariables.ts:21
↓ 2 callersFunctionhasParamReferences
(sql: string)
src/utils/notebookParams.ts:20
↓ 2 callersFunctionisActiveTheme
( themeId: string, activeThemeId: string )
src/utils/themeManagement.ts:180
↓ 2 callersFunctionisIdentBoundary
(source: string, prevIndex: number)
src/utils/sqlSplitter/tokenizer.ts:119
↓ 2 callersFunctionlayoutQueryBuilderGraph
( nodes: Node<TableNodeData>[], edges: Edge[], options: LayoutOptions = {} )
src/utils/queryBuilderLayout.ts:16
↓ 2 callersFunctionlistNotebooks
( connectionId: string, )
src/utils/notebookStore.ts:200
↓ 2 callersFunctionloadK8sConnectionsList
()
src/components/modals/NewConnectionModal.tsx:403
↓ 2 callersFunctionloadSchema
()
src/components/modals/SchemaModal.tsx:33
↓ 2 callersFunctionloadSshConnectionsList
()
src/components/modals/NewConnectionModal.tsx:398
↓ 2 callersFunctionlocalTimeParts
(iso: string, timeZone?: string)
src/utils/aiActivity.ts:133
↓ 2 callersFunctionmakeTheme
(id: string)
tests/hooks/useEditorTheme.test.ts:14
↓ 2 callersFunctionmatchesKeyword
( source: string, position: number, word: string, )
src/utils/sqlSplitter/tokenizer.ts:287
↓ 2 callersFunctionnormalizeRows
(rows: string[][])
src/utils/clipboardParser.ts:191
↓ 2 callersFunctionnullsLast
( a: T | null | undefined, b: T | null | undefined, )
src/utils/aiActivity.ts:339
↓ 2 callersFunctionopenInlineK8s
()
tests/components/modals/NewConnectionModal.test.tsx:114
↓ 2 callersFunctionopenMenu
(e: React.MouseEvent, items: ContextMenuItem[])
src/components/notebook/NotebookToolbar.tsx:100
↓ 2 callersFunctionparse
(v: string)
src/utils/plugins.ts:11
↓ 2 callersFunctionparseChangelog
( markdown: string, links: Record<string, string>, )
src/utils/changelog.ts:32
↓ 2 callersFunctionparseCsv
(text: string)
src/utils/clipboardParser.ts:60
↓ 2 callersFunctionparseJsonArray
(text: string)
src/utils/clipboardParser.ts:91
↓ 2 callersFunctionparseMarkdown
(text: string)
src/utils/clipboardParser.ts:111
↓ 2 callersFunctionparseTsv
(text: string)
src/utils/clipboardParser.ts:53
↓ 2 callersFunctionparseVersion
* Parse a "X.Y.Z" semver-ish string into a [major, minor, patch] tuple. * Non-numeric parts are treated as 0. Good enough for v0.x compat gates.
packages/plugin-api/src/host.ts:41
↓ 2 callersFunctionparseVersion
(version: string)
src/utils/versionCompare.ts:1
↓ 2 callersFunctionpersist
Persist a notebook, or skip (with a warning) if its connection is unknown.
src/utils/notebookStore.ts:49
↓ 2 callersFunctionredo
( history: NotebookHistory, current: NotebookState, )
src/utils/notebookUndo.ts:85
↓ 2 callersFunctionregister
(monaco: Monaco)
src/hooks/useSqlAutocompleteRegistration.ts:44
↓ 2 callersFunctionremoveParam
( params: NotebookParam[], name: string, )
src/utils/notebookParams.ts:69
↓ 2 callersFunctionrenderDropLine
(placement: "top" | "bottom")
src/components/notebook/NotebookView.tsx:810
↓ 2 callersFunctionrenderModal
(defaultPort: number | null)
tests/components/modals/K8sConnectionsModal.test.tsx:71
↓ 2 callersFunctionresetForm
()
src/components/modals/K8sConnectionsModal.tsx:161
↓ 2 callersFunctionresolveK8sPort
(params: Partial<ConnectionParams>)
src/components/modals/NewConnectionModal.tsx:359
↓ 2 callersFunctionresolveStorage
(storage?: CalloutStorage)
src/components/layout/sidebar/DiscordCommunityCallout.tsx:17
↓ 2 callersFunctionresolveZone
Resolve an IANA name (treating undefined/"auto" as OS local).
src/utils/dateGroups.ts:6
↓ 2 callersFunctionrowsToCSVWithHeaders
(rows: unknown[][], columns: string[], nullLabel: string = "null", delimiter: string = ",")
src/utils/clipboard.ts:15
↓ 2 callersFunctionrowsToSqlInsert
( rows: unknown[][], columns: string[], tableName: string, )
src/utils/clipboard.ts:67
↓ 2 callersFunctionrun
(cmd: string, args: string[], cwd: string)
packages/create-plugin/scripts/smoke.ts:26
↓ 2 callersFunctionsaveFontCache
(fontFamily: string, fontSize: number)
src/utils/settings.ts:59
↓ 2 callersFunctionsaveK8sConnection
( k8s: K8sConnectionInput )
src/utils/k8s.ts:42
↓ 2 callersFunctionsaveQuery
(name: string, sql: string, database?: string | null)
src/contexts/SavedQueriesProvider.tsx:32
↓ 2 callersFunctionscheduleSave
Schedule a debounced save for a notebook.
src/utils/notebookStore.ts:74
↓ 2 callersFunctionshowLineAt
(pos: number)
src/components/notebook/NotebookView.tsx:805
↓ 2 callersFunctionstartAlertTone
()
src/utils/mcpApprovalAttention.ts:252
↓ 2 callersFunctionstartEditing
()
src/components/ui/StackedResultItem.tsx:84
↓ 2 callersFunctionstep
(label: string)
packages/create-plugin/scripts/smoke.ts:22
↓ 2 callersFunctionupdateK8sConnection
( id: string, k8s: K8sConnectionInput )
src/utils/k8s.ts:51
↓ 2 callersFunctionupdateParam
( params: NotebookParam[], name: string, value: string, )
src/utils/notebookParams.ts:61
↓ 2 callersFunctionuseChangelog
()
src/hooks/useChangelog.ts:14
↓ 2 callersFunctionuseColumnResize
( count: number, defaultWidth = 140, minWidth = 40, initialWidths?: readonly number[], )
src/hooks/useColumnResize.ts:14
↓ 2 callersFunctionuseConnectionManager
()
src/hooks/useConnectionManager.ts:8
↓ 2 callersFunctionuseQueryHistory
()
src/hooks/useQueryHistory.ts:4
↓ 2 callersFunctionuseSqlAutocompleteRegistration
( connectionId: string | null, options?: Options, )
src/hooks/useSqlAutocompleteRegistration.ts:19
↓ 2 callersFunctionwalk
(node: ExplainNode)
src/utils/explainPlan.ts:22
↓ 2 callersFunctionzoneOffset
Current UTC offset of a zone as "UTC+09:00" / "UTC-05:00" / "UTC+05:30".
src/components/settings/LocalizationTab.tsx:18
↓ 1 callersFunction_resetForTesting
()
src/utils/notebookStore.ts:240
↓ 1 callersFunctionaccentFor
(connId: string)
src/components/layout/SplitPaneLayout.tsx:27
↓ 1 callersFunctionaccentForConnection
(connId: string)
src/components/layout/ExplorerSidebar.tsx:147
↓ 1 callersFunctionaddCustomTheme
( customThemes: Theme[], newTheme: Theme )
src/utils/themeManagement.ts:149
↓ 1 callersFunctionapplyLanguage
()
src/contexts/SettingsProvider.tsx:272
↓ 1 callersFunctionapprovalNotificationSound
* On Linux the WebKitGTK autoplay policy keeps the programmatically-started * AudioContext suspended, so the in-page alert tone never reaches the spe
src/utils/mcpApprovalAttention.ts:201
↓ 1 callersFunctionbase64UrlDecode
(s: string)
src/utils/aiActivity.ts:304
↓ 1 callersFunctionbase64UrlEncode
(s: string)
src/utils/aiActivity.ts:292
↓ 1 callersFunctionbootstrap
()
src/pages/VisualExplainPage.tsx:93
↓ 1 callersFunctionbuildStatement
(sql: string, group: FoldedGroup)
src/utils/sqlSplitter/splitter.ts:322
↓ 1 callersFunctionbuildTheme
(theme: Theme | undefined)
src/components/ui/JsonTreeView.tsx:35
↓ 1 callersFunctionbuildVars
Derive all template variables from the high-level scaffold options.
packages/create-plugin/src/scaffold.ts:33
↓ 1 callersFunctionbuildVisualExplainDeepLink
( connectionId: string, query: string, )
src/utils/aiActivity.ts:272
↓ 1 callersFunctioncancel
(type: ResultValueType)
src/components/settings/ResultColorsSection.tsx:48
↓ 1 callersFunctioncaptureWindowAttentionSnapshot
( appWindow: ReturnType<typeof getCurrentWindow>, )
src/utils/mcpApprovalAttention.ts:38
↓ 1 callersFunctioncellValuesEqual
(a: unknown, b: unknown)
src/utils/dataGrid.ts:38
↓ 1 callersFunctionchooseServiceResource
()
tests/components/modals/NewConnectionModal.test.tsx:125
↓ 1 callersFunctioncleanLine
* Strip markdown link syntax and commit hashes from a changelog line. * e.g. "**notebook:** add AI buttons ([d0ccee9](…))" → "add AI buttons"
src/utils/changelog.ts:14
↓ 1 callersFunctioncleanup
()
src/hooks/useSqlAutocompleteRegistration.ts:65
↓ 1 callersFunctioncleanupCache
()
src/utils/autocomplete.ts:30
↓ 1 callersFunctionclearAiActivity
()
src/hooks/useAiActivity.ts:222
← previousnext →601–700 of 1,406, ranked by callers