MCPcopy Create free account

hub / github.com/Datakitpage/Datakit / functions

Functions1,611 in github.com/Datakitpage/Datakit

↓ 5 callersMethodauthenticatedRequest
* Make an authenticated request with cookies
backend/integration_tests/utils/test-helpers.ts:54
↓ 5 callersMethodcheckPasswordStrengthWithPersonalInfo
* Check password strength with personal information validation
backend/api/src/auth/services/password.service.ts:22
↓ 5 callersMethodcloseDatabase
()
backend/integration_tests/setup/database-utils.ts:60
↓ 5 callersMethodcloseDuckDBInstance
* Safely closes a DuckDB instance
backend/api/src/postgres-proxy/utils/database.util.ts:139
↓ 5 callersFunctionconvertDuckDBColumnTypes
(schemaResult: any)
frontend/src/lib/duckdb/ingestion/convertDuckDBColumnTypes.ts:3
↓ 5 callersMethodcreateDailyUsage
(userId: string, operationsCount: number)
backend/integration_tests/fixtures/credit.fixtures.ts:128
↓ 5 callersMethodcreateFreeSubscription
( userId: string, workspaceId?: string, )
backend/api/src/subscriptions/subscriptions.service.ts:18
↓ 5 callersMethodcreateSubscriptionData
(overrides: Partial<CreateSubscriptionData> = {})
backend/integration_tests/fixtures/subscription.fixtures.ts:17
↓ 5 callersMethoddecrypt
(encryptedText: string)
backend/api/src/postgres-proxy/postgres-proxy.service.ts:82
↓ 5 callersMethoddeletePattern
* Deletes all keys matching a pattern
backend/api/src/postgres-proxy/utils/cache.util.ts:127
↓ 5 callersMethodemitProgress
(progress: ModelDownloadProgress)
frontend/src/lib/ai/modelManager.ts:187
↓ 5 callersMethodexecuteQuery
* Executes a query with timeout and error handling
backend/api/src/postgres-proxy/utils/database.util.ts:162
↓ 5 callersMethodgetDuckDBInstance
( connectionId: string, )
backend/api/src/postgres-proxy/postgres-proxy.service.ts:90
↓ 5 callersFunctiongetObjectType
( connection: duckdb.AsyncDuckDBConnection, objectName: string )
frontend/src/lib/duckdb/ingestion/tables.ts:14
↓ 5 callersFunctiongetPyodide
()
frontend/src/lib/python/init.ts:242
↓ 5 callersMethodgetUsageHistory
( @Request() req, @Query('limit') limit = 50, @Query('offset') offset = 0, )
backend/api/src/credits/credits.controller.ts:48
↓ 5 callersMethodhandleRequest
(err: any, user: any, info: any)
backend/api/src/auth/guards/test/local-auth.guard.spec.ts:15
↓ 5 callersFunctionmonitorMemoryUsage
()
frontend/src/hooks/remote/huggingface/utils.ts:47
↓ 5 callersMethodrecordUsage
( userId: string, modelId: string, provider: string, inputTokens: number, outputTokens: nu
backend/api/src/credits/credits.service.ts:74
↓ 5 callersMethodrevokeToken
(token: string)
backend/api/src/auth/refresh-token.service.ts:92
↓ 5 callersMethodvalidateRequest
( userId: string, model: string, messages: AIMessage[], )
backend/api/src/ai/ai.service.ts:57
↓ 5 callersMethodvalidateUser
(email: string, password: string)
backend/api/src/auth/auth.service.ts:30
↓ 4 callersMethodcleanupExpiredTokens
()
backend/api/src/auth/refresh-token.service.ts:121
↓ 4 callersFunctioncreateCorsOriginChecker
(allowedOrigins: string[])
backend/api/src/utils/cors.utils.ts:1
↓ 4 callersMethodcreateDuckDBInstance
* Creates and initializes a new DuckDB instance with PostgreSQL extension
backend/api/src/postgres-proxy/utils/database.util.ts:24
↓ 4 callersMethodcreateWorkspaceSubscription
( workspaceId: string, planType: SubscriptionPlan = SubscriptionPlan.FREE, )
backend/api/src/subscriptions/subscriptions.service.ts:37
↓ 4 callersFunctiondetectColumnType
(values: any[])
frontend/src/hooks/query/useQueryResultsImport.ts:12
↓ 4 callersMethoddetectSourceType
* Detect data source type from file extension or content
frontend/src/lib/data/dataProcessingUtil.ts:13
↓ 4 callersMethodexpectValidationError
* Expect a validation error response
backend/integration_tests/utils/test-helpers.ts:226
↓ 4 callersFunctiongenerateColumnQuery
(schema: TableSchema, columnName: string)
frontend/src/components/tabs/query/SchemaBrowser.tsx:435
↓ 4 callersMethodgenerateExpiredAccessToken
(userId: string, email: string)
backend/integration_tests/fixtures/auth.fixtures.ts:82
↓ 4 callersFunctiongenerateFileName
(baseName: string, extension: string, suffix?: string)
frontend/src/components/tabs/preview/inspector/utils/exportUtils.ts:88
↓ 4 callersMethodgenerateStreamingCompletion
( userId: string, request: AIRequest, )
backend/api/src/ai/ai.service.ts:141
↓ 4 callersMethodgetAllTables
* Get all tables across all schemas for a connection
frontend/src/lib/api/postgresService.ts:169
↓ 4 callersFunctiongetChartTypeIcon
()
frontend/src/components/tabs/preview/inspector/components/charts/MiniChart.tsx:33
↓ 4 callersMethodgetConnection
( @Request() req: any, @Param('connectionId') connectionId: string, )
backend/api/src/postgres-proxy/postgres-proxy.controller.ts:89
↓ 4 callersMethodgetFileSizeCategory
* Get file size category
frontend/src/lib/data/dataProcessingUtil.ts:149
↓ 4 callersMethodgetLoadedLocalModel
()
frontend/src/lib/ai/aiService.ts:219
↓ 4 callersMethodgetModel
()
frontend/src/lib/ai/providers/ollama.ts:489
↓ 4 callersMethodgetSchemas
(connectionId: string)
frontend/src/lib/api/postgresService.ts:59
↓ 4 callersFunctiongetTableSchema
(tableName: string)
frontend/src/lib/python/init.ts:407
↓ 4 callersMethodgetUsageStats
(@Request() req)
backend/api/src/credits/credits.controller.ts:67
↓ 4 callersFunctionget_version
()
cli-python/setup.py:9
↓ 4 callersFunctionhandleOpenAuthModal
(mode: 'login' | 'signup')
frontend/src/components/auth/UserMenu.tsx:79
↓ 4 callersMethodhandleRequest
(err: any, user: any, info: any)
backend/api/src/auth/guards/test/jwt-auth.guard.spec.ts:16
↓ 4 callersMethodisModelLoaded
()
frontend/src/lib/ai/providers/webllm.ts:168
↓ 4 callersFunctionisNumericColumn
(columnType: string)
frontend/src/lib/duckdb/inspector/utils/validation.ts:11
↓ 4 callersMethodloadLocalModel
(modelId: string, onProgress?: (progress: number) => void)
frontend/src/lib/ai/aiService.ts:206
↓ 4 callersMethodresetMonthlyCredits
()
backend/api/src/subscriptions/subscriptions.service.ts:168
↓ 4 callersMethodrevokeAllUserTokens
(userId: string)
backend/api/src/auth/refresh-token.service.ts:96
↓ 4 callersMethodsaveDownloadedModels
(models: LocalModel[])
frontend/src/lib/ai/modelManager.ts:255
↓ 4 callersFunctiontestCORSAccess
( url: string, timeoutMs: number = TIMEOUTS.CORS_TEST )
frontend/src/hooks/remote/huggingface/network.ts:42
↓ 4 callersMethodtoSafeObject
()
backend/api/src/postgres-proxy/entities/postgres-connection.entity.ts:92
↓ 4 callersFunctiontoggleDatabase
(dbId: string)
frontend/src/components/tabs/query/SchemaBrowser.tsx:367
↓ 4 callersFunctiontoggleFullScreenMode
(mode: 'editor' | 'results')
frontend/src/components/tabs/query/useWorkspaceUIState.ts:63
↓ 4 callersFunctionuseAnalytics
()
frontend/src/hooks/useAnalytics.ts:10
↓ 4 callersFunctionuseCellFormatting
( columnTypes: string[] = [], isDataMode: boolean = false, animationData?: { animationActive: boolea
frontend/src/components/data-grid/hooks/useCellFormatting.ts:4
↓ 4 callersMethoduseWorkspaceCredits
( workspaceId: string, amount: number, )
backend/api/src/subscriptions/subscriptions.service.ts:127
↓ 4 callersMethodwarmCache
* Warms up cache with common queries
backend/api/src/postgres-proxy/utils/cache.util.ts:331
↓ 3 callersFunctionanalyzeQuery
( sql: string, postgresVirtualTables?: Map<string, PostgreSQLVirtualTable>, postgresActiveConnections?:
frontend/src/lib/duckdb/utils/queryRouter.ts:333
↓ 3 callersFunctionapplyThemeColor
(hexColor: string)
frontend/src/utils/theme.ts:1
↓ 3 callersMethodcleanup
* Cleanup expired entries
backend/api/src/postgres-proxy/utils/cache.util.ts:182
↓ 3 callersMethodcreate
(createWaitlistDto: CreateWaitlistDto)
backend/api/src/waitlist/waitlist.service.ts:20
↓ 3 callersMethodcreateCompleteUserScenario
* Creates a complete user scenario with all related entities
backend/integration_tests/fixtures/index.ts:27
↓ 3 callersMethodcreateMultipleUsers
(count: number)
backend/integration_tests/fixtures/user.fixtures.ts:73
↓ 3 callersFunctiondetectAvailableFormats
( datasetId: string, authToken?: string )
frontend/src/hooks/remote/huggingface/api.ts:244
↓ 3 callersMethoddiscoverTables
( userId: string, connectionId: string, schemaName: string, options: GetSchemaTablesDto = {},
backend/api/src/postgres-proxy/postgres-proxy.service.ts:616
↓ 3 callersFunctionexecutePendingAction
()
frontend/src/hooks/notebooks/useNotebooksActions.ts:125
↓ 3 callersMethodexecuteQuerySingle
* Executes a single row query
backend/api/src/postgres-proxy/utils/database.util.ts:196
↓ 3 callersMethodextractTableReferences
* Extract all table references from a SQL query
frontend/src/lib/duckdb/utils/queryRouter.ts:98
↓ 3 callersFunctionfetchDirectly
( url: string, onProgress?: (loaded: number, total?: number) => void )
frontend/src/hooks/remote/huggingface/network.ts:79
↓ 3 callersFunctionfetchWithCORSFallback
( originalUrl: string, fileName: string, onProgress?: (loaded: number, total?: number) => void )
frontend/src/hooks/remote/huggingface/network.ts:180
↓ 3 callersMethodfindAll
()
backend/api/src/users/users.service.ts:36
↓ 3 callersFunctionfind_free_port
Find a free port in the given range
cli-python/datakit_local/server.py:20
↓ 3 callersFunctionformatCellValue
(value: string, rowIndex: number, colIndex: number)
frontend/src/components/data-grid/DataPreviewGrid.tsx:113
↓ 3 callersMethodgenerateCompletion
( messages: AIMessage[], options?: { temperature?: number; maxTokens?: number; strea
frontend/src/lib/ai/providers/anthropic.ts:47
↓ 3 callersMethodgenerateRefreshToken
(userId: string, email: string)
backend/integration_tests/fixtures/auth.fixtures.ts:61
↓ 3 callersFunctiongetColor
(index: number)
frontend/src/components/tabs/preview/inspector/components/charts/NivoCategoricalChart.tsx:111
↓ 3 callersFunctiongetColumnTypeIcon
(type: string)
frontend/src/components/tabs/query/SchemaBrowser.tsx:467
↓ 3 callersFunctiongetDatasetInfo
( datasetId: string, authToken?: string )
frontend/src/hooks/remote/huggingface/api.ts:335
↓ 3 callersFunctiongetDatasetSplits
( datasetId: string, authToken?: string )
frontend/src/hooks/remote/huggingface/api.ts:92
↓ 3 callersFunctiongetDotState
(index: number)
frontend/src/components/tabs/ai/StatusIndicator.tsx:20
↓ 3 callersFunctiongetFileIcon
( sourceType: DataSourceType, remoteProvider?: string, isActive: boolean = false )
frontend/src/components/data-grid/FileTabs.tsx:48
↓ 3 callersMethodgetMonthlyCredits
(planType: SubscriptionPlan)
backend/api/src/subscriptions/subscriptions.service.ts:147
↓ 3 callersMethodgetNextResetDate
()
backend/api/src/subscriptions/subscriptions.service.ts:160
↓ 3 callersFunctiongetObjectIcon
(type: "table" | "view")
frontend/src/components/tabs/query/SchemaBrowser.tsx:460
↓ 3 callersMethodgetOllamaModels
()
frontend/src/lib/ai/aiService.ts:244
↓ 3 callersMethodgetPasswordRequirements
* Get password requirements
frontend/src/lib/duckdb/utils/passwordValidator.ts:165
↓ 3 callersMethodgetSetupInstructions
()
frontend/src/lib/ai/corsProxy.ts:140
↓ 3 callersMethodgetTables
(connectionId: string, schemaName: string)
frontend/src/lib/api/postgresService.ts:71
↓ 3 callersMethodgetUserRole
(userId: string, workspaceId: string)
backend/api/src/workspaces/workspaces.service.ts:129
↓ 3 callersFunctionhandleItemClick
(action: () => void)
frontend/src/components/data-grid/CellContextMenu.tsx:28
↓ 3 callersFunctionhandleViewDetails
( columnName: string, type: 'nulls' | 'outliers' | 'duplicates' )
frontend/src/components/tabs/preview/inspector/InspectorPanel.tsx:323
↓ 3 callersMethodinterpolateTemplate
* Interpolate template variables in SQL or prompts
frontend/src/lib/columnActions/columnActionService.ts:319
↓ 3 callersFunctionisFileSystemAccessSupported
()
frontend/src/hooks/useFileImport.ts:12
↓ 3 callersMethodisFileTooLarge
* Check if file is too large for browser processing
frontend/src/lib/data/dataProcessingUtil.ts:140
↓ 3 callersFunctionisSystemObject
(objectName: string)
frontend/src/lib/duckdb/ingestion/tables.ts:74
↓ 3 callersFunctionloadData
()
frontend/src/components/tabs/ai/LocalModelManager.tsx:42
↓ 3 callersFunctionlogApiResponse
(url: string, response: any, error?: any)
frontend/src/lib/api/debugHelper.ts:7
↓ 3 callersFunctionmapDuckDBTypeToColumnType
(duckdbType: string)
frontend/src/hooks/remote/huggingface/importStrategies.ts:34
← previousnext →101–200 of 1,611, ranked by callers