MCPcopy Create free account

hub / github.com/liam-hq/liam / functions

Functions1,901 in github.com/liam-hq/liam

↓ 1 callersFunctioncreateBuildingSchema
( designSessionId: string, schema: Schema, schemaFilePath: string | null, gitSha: string | null, sup
frontend/apps/app/features/sessions/components/shared/services/sessionCreationHelpers.ts:82
↓ 1 callersFunctioncreateColumnMapping
( referenceColumnNames: string[], predictColumnNames: string[], )
frontend/internal-packages/schema-bench/src/evaluate/evaluate.ts:79
↓ 1 callersFunctioncreateDatabaseConnection
()
frontend/internal-packages/schema-bench/src/executors/liamDb/setupRepositories.ts:24
↓ 1 callersFunctioncreateDatabaseConnection
()
frontend/internal-packages/agent/scripts/shared/scriptUtils.ts:103
↓ 1 callersFunctioncreateDeepResponse
(depth: number)
frontend/apps/app/app/erd/p/[...slug]/utils/githubUrlHandler.test.ts:659
↓ 1 callersFunctioncreateDesignSession
( supabaseClient: SupabaseClientType, organizationId: string, userId: string, )
frontend/internal-packages/schema-bench/src/executors/liamDb/setupRepositories.ts:76
↓ 1 callersFunctioncreateDesignSession
(setupData: SetupDatabaseAndUserResult)
frontend/internal-packages/agent/scripts/shared/scriptUtils.ts:169
↓ 1 callersFunctioncreateDesignSession
( params: SessionCreationParams, supabase: SupabaseClientType, organizationId: string, currentUserId:
frontend/apps/app/features/sessions/components/shared/services/sessionCreationHelpers.ts:56
↓ 1 callersFunctioncreateFinalReviewConversation
()
frontend/apps/app/components/SessionDetailPage/factories.ts:372
↓ 1 callersFunctioncreateFoldMarkerElement
(isOpen: boolean)
frontend/apps/app/components/SessionDetailPage/components/Output/components/Migrations/MigrationsViewer/useMigrationsViewer/useMigrationsViewer.tsx:14
↓ 1 callersFunctioncreateForeignKeyMapping
( referenceTables: Schema['tables'], predictTables: Schema['tables'], )
frontend/internal-packages/schema-bench/src/evaluate/evaluate.ts:164
↓ 1 callersFunctioncreateHash
(str: string)
frontend/packages/erd-core/src/features/erd/utils/createHash.ts:9
↓ 1 callersFunctioncreateInitialRequest
()
frontend/apps/app/components/SessionDetailPage/factories.ts:145
↓ 1 callersMethodcreateInstance
* Creates a new PGlite instance for query execution * Returns both the instance and the list of supported extensions
frontend/internal-packages/pglite-server/src/PGliteInstanceManager.ts:15
↓ 1 callersFunctioncreateManyToManyJoinTable
* Creates a join table for a many-to-many relationship
frontend/packages/schema/src/parser/prisma/parser.ts:696
↓ 1 callersFunctioncreateManyToManyJoinTableName
* Creates the name for a many-to-many join table
frontend/packages/schema/src/parser/prisma/parser.ts:689
↓ 1 callersFunctioncreateManyToManyJoinTableWithConstraints
* Creates a join table with foreign key constraints for a many-to-many relationship
frontend/packages/schema/src/parser/prisma/parser.ts:743
↓ 1 callersFunctioncreateMockAnalyzedRequirements
()
frontend/internal-packages/agent/src/getAnalyzedRequirements.test.ts:22
↓ 1 callersFunctioncreateNestedObjectPath
* Creates a nested object structure based on the variable name path. * @param {Object} fileContents * @param {string} filePath * @param {string} va
frontend/internal-packages/figma-to-css-variables/bin/transformVariablesForStyleDictionary.mjs:73
↓ 1 callersFunctioncreateNestedPath
* Create nested path if it doesn't exist
frontend/internal-packages/agent/src/utils/pathPreparation.ts:98
↓ 1 callersMethodcreateParseErrorResult
* Create a parse error result
frontend/internal-packages/pglite-server/src/PGliteInstanceManager.ts:86
↓ 1 callersFunctioncreatePrefixedError
(prefix: string, originalError: Error)
frontend/internal-packages/schema-bench/src/executors/utils.ts:26
↓ 1 callersFunctioncreateProjectSetupConversation
()
frontend/apps/app/components/SessionDetailPage/factories.ts:154
↓ 1 callersFunctioncreateRequirementsAnalysisConversation
()
frontend/apps/app/components/SessionDetailPage/factories.ts:196
↓ 1 callersFunctioncreateSchemaDesignConversation
()
frontend/apps/app/components/SessionDetailPage/factories.ts:227
↓ 1 callersFunctioncreateTableMapping
( referenceTableNames: string[], predictTableNames: string[], )
frontend/internal-packages/schema-bench/src/evaluate/evaluate.ts:38
↓ 1 callersFunctioncreateTableObject
* Create a table object
frontend/packages/schema/src/parser/sql/postgresql/converter.ts:721
↓ 1 callersFunctioncreateTarget
( executorType: ExecutorType, )
frontend/internal-packages/schema-bench/src/cli/evaluateWithLangsmith.ts:59
↓ 1 callersFunctioncreateTestingConversation
()
frontend/apps/app/components/SessionDetailPage/factories.ts:291
↓ 1 callersFunctioncreateTokenFromVariable
* Creates a token object from a variable. * @param {Object} variable * @param {string} modeId * @param {Object[]} localVariables * @returns {Objec
frontend/internal-packages/figma-to-css-variables/bin/transformVariablesForStyleDictionary.mjs:93
↓ 1 callersMethodcreateVersion
(params: CreateVersionParams)
frontend/internal-packages/agent/src/repositories/supabase.ts:158
↓ 1 callersFunctioncreateWorkspaceDirectories
(workspacePath: string)
frontend/internal-packages/schema-bench/src/workspace/setup/setup.ts:14
↓ 1 callersFunctioncurrentKey
()
frontend/internal-packages/security/src/cryptoBox.ts:35
↓ 1 callersFunctioncustomEventIterator
(stream: AsyncIterable<CustomEvent>)
frontend/internal-packages/agent/src/utils/customEventIterator.ts:8
↓ 1 callersFunctiondate
()
frontend/packages/cli/vite-plugins/setEnv.ts:45
↓ 1 callersFunctiondecryptAesGcm
( keyId: string, ciphertext: Buffer, initializationVector: Buffer, authenticationTag: Buffer, )
frontend/internal-packages/security/src/cryptoBox.ts:73
↓ 1 callersFunctiondeepModeling
( params: AgentWorkflowParams, config: { configurable: WorkflowConfigurable }, )
frontend/internal-packages/agent/src/deepModeling.ts:16
↓ 1 callersFunctiondeepModelingReplayStream
( checkpointer: BaseCheckpointSaver, params: ReplayStreamParams, )
frontend/internal-packages/agent/src/deepModelingReplayStream.ts:9
↓ 1 callersFunctiondeepModelingStream
( params: AgentWorkflowParams, config: { configurable: WorkflowConfigurable }, )
frontend/internal-packages/agent/src/deepModelingStream.ts:7
↓ 1 callersFunctiondefaultRelationshipName
( primaryTableName: string, primaryColumnName: string, foreignTableName: string, foreignColumnName: st
frontend/packages/schema/src/parser/utils/defaultRelationshipName.ts:2
↓ 1 callersFunctiondeleteOrganization
( organizationId: string, )
frontend/apps/app/components/GeneralPage/components/GeneralPageClient/actions/deleteOrganization.ts:8
↓ 1 callersFunctiondetectAndStoreManyToManyRelation
( field: DMMF.Field, model: DMMF.Model, models: readonly DMMF.Model[], processedRelations: Set<string>
frontend/packages/schema/src/parser/prisma/parser.ts:840
↓ 1 callersFunctiondetectDrizzleDbType
( schemaContent: string, )
frontend/packages/schema/src/parser/drizzle/index.ts:8
↓ 1 callersFunctiondetectFormatFromFileNames
(fileNames: string[])
frontend/apps/app/app/erd/p/[...slug]/utils/githubUrlHandler.ts:373
↓ 1 callersFunctiondetermineCardinalityForForeignKey
( tables: Tables, tableName: string, foreignKeyColumns: string[], )
frontend/packages/schema/src/utils/constraintsToRelationships.ts:83
↓ 1 callersFunctiondetermineInitialTab
( versions: Version[], analyzedRequirements: AnalyzedRequirements | null, )
frontend/apps/app/components/SessionDetailPage/SessionDetailPageClient.tsx:43
↓ 1 callersFunctiondetermineSchemaFormat
( url: string, detectedFormatFromFiles: string | undefined, searchParams: unknown, )
frontend/apps/app/app/erd/p/[...slug]/page.tsx:127
↓ 1 callersFunctiondisablePublicShare
(designSessionId: string)
frontend/apps/app/features/public-share/actions.ts:49
↓ 1 callersFunctiondiscoverDefaultDatasets
(workspacePath: string)
frontend/internal-packages/schema-bench/src/cli/utils/discoverDefaultDatasets.ts:7
↓ 1 callersFunctiondisplayNextSteps
( dbOrOrm: string, inputFilePath: string, selectedFormat: string, )
frontend/packages/cli/src/cli/initCommand/index.ts:211
↓ 1 callersFunctiondisplayUnsupportedMessage
()
frontend/packages/cli/src/cli/initCommand/index.ts:193
↓ 1 callersFunctiondisplayWelcomeMessage
()
frontend/packages/cli/src/cli/initCommand/index.ts:34
↓ 1 callersFunctiondownloadAndCombineFiles
( urls: string[], )
frontend/apps/app/app/erd/p/[...slug]/utils/githubUrlHandler.ts:345
↓ 1 callersFunctiondownloadFile
(url: string)
frontend/apps/app/app/erd/p/[...slug]/utils/githubUrlHandler.ts:341
↓ 1 callersFunctiondownloadFileContent
( url: string, timeoutMs = 10000, // 10s default timeout maxBytes?: number, // optional per-file size ca
frontend/internal-packages/github/src/api.server.ts:246
↓ 1 callersFunctiondownloadGitHubRawContent
( githubUrl: string, )
frontend/packages/cli/src/cli/erdCommand/getInputContent.ts:55
↓ 1 callersFunctionenablePublicShare
(designSessionId: string)
frontend/apps/app/features/public-share/actions.ts:18
↓ 1 callersFunctionencryptAesGcm
(plaintext: string)
frontend/internal-packages/security/src/cryptoBox.ts:50
↓ 1 callersFunctionensureArrayElement
* Ensure array has sufficient length and object at index
frontend/internal-packages/agent/src/utils/pathPreparation.ts:35
↓ 1 callersFunctionensureSentryInitialized
()
frontend/internal-packages/agent/src/utils/withSentryCaptureException.ts:3
↓ 1 callersFunctionenums
(override?: Enums)
frontend/packages/schema/src/schema/factories.ts:110
↓ 1 callersFunctionevaluateDataset
(datasetName: string, datasetPath: string)
frontend/internal-packages/schema-bench/src/cli/evaluateSchemaMulti.ts:16
↓ 1 callersFunctionevaluateSchemaAtOutputDir
( config: EvaluationConfig, outputDir: string, scopeSubdir?: string, // e.g. runs/<RUN_ID>--<executor> )
frontend/internal-packages/schema-bench/src/workspace/evaluation/evaluation.ts:503
↓ 1 callersFunctionexecuteCase
( datasetPath: string, caseId: string, input: LiamDbExecutorInput, )
frontend/internal-packages/schema-bench/src/cli/executeLiamDbShared.ts:28
↓ 1 callersFunctionexecuteCase
( executor: OpenAIExecutor, datasetPath: string, caseId: string, input: OpenAIExecutorInput, )
frontend/internal-packages/schema-bench/src/cli/executeOpenaiUnified.ts:28
↓ 1 callersMethodexecuteFallback
* Fallback to simple SQL splitting when parsing fails
frontend/internal-packages/pglite-server/src/PGliteInstanceManager.ts:163
↓ 1 callersMethodexecuteSingleStatement
* Execute a single SQL statement
frontend/internal-packages/pglite-server/src/PGliteInstanceManager.ts:122
↓ 1 callersMethodexecuteSql
* Execute SQL statements and return results with metadata * Uses PostgreSQL parser to properly handle complex statements including dollar-quoted st
frontend/internal-packages/pglite-server/src/PGliteInstanceManager.ts:65
↓ 1 callersFunctionexecuteTestCase
( ddlStatements: string, testcase: TestCase, requiredExtensions: string[], )
frontend/internal-packages/agent/src/tools/runTestTool.ts:137
↓ 1 callersFunctionexecuteTestCases
( ddlStatements: string, analyzedRequirements: AnalyzedRequirements, requiredExtensions: string[], )
frontend/internal-packages/agent/src/tools/runTestTool.ts:226
↓ 1 callersFunctionexecuteWorkflowWithTracking
( compiled: InvokableGraph, setupResult: WorkflowSetupResult, recursionLimit: number = DEFAULT_RECURSION
frontend/internal-packages/agent/src/utils/workflowSetup.ts:117
↓ 1 callersFunctionextensions
(override?: Extensions)
frontend/packages/schema/src/schema/factories.ts:114
↓ 1 callersFunctionextractCheckConstraint
* Extract check constraint details
frontend/packages/schema/src/parser/schemarb/parser.ts:507
↓ 1 callersFunctionextractCheckConstraintWithTableName
* Extract check constraint details
frontend/packages/schema/src/parser/schemarb/parser.ts:546
↓ 1 callersFunctionextractColumnDetails
(node: CallNode)
frontend/packages/schema/src/parser/schemarb/parser.ts:254
↓ 1 callersFunctionextractColumnOptions
( hashNode: KeywordHashNode, column: Column, )
frontend/packages/schema/src/parser/schemarb/parser.ts:306
↓ 1 callersFunctionextractColumnType
* Extract column type from type name * For schema-qualified types like "public.user_status", * returns the full qualified name "public.user_stat
frontend/packages/schema/src/parser/sql/postgresql/converter.ts:371
↓ 1 callersFunctionextractCommentListItems
* Extract list items from a comment statement
frontend/packages/schema/src/parser/sql/postgresql/converter.ts:845
↓ 1 callersFunctionextractDefaultValue
( value: TrueNode | FalseNode | StringNode | IntegerNode, )
frontend/packages/schema/src/parser/schemarb/parser.ts:434
↓ 1 callersFunctionextractDefaultValue
( value: string | null | undefined, )
frontend/packages/schema/src/parser/tbls/parser.ts:435
↓ 1 callersFunctionextractDefaultValue
(field: DMMF.Field)
frontend/packages/schema/src/parser/prisma/parser.ts:595
↓ 1 callersFunctionextractDefaultValueFromConstraints
* Extract default value from constraints
frontend/packages/schema/src/parser/sql/postgresql/converter.ts:127
↓ 1 callersFunctionextractFailedTests
( analyzedRequirements: AnalyzedRequirements, )
frontend/internal-packages/agent/src/qa-agent/nodes/analyzeTestFailuresNode.ts:4
↓ 1 callersFunctionextractForeignKeyActions
(def: string)
frontend/packages/schema/src/parser/tbls/parser.ts:15
↓ 1 callersFunctionextractForeignKeyOptions
* Extract foreign key options from argument nodes
frontend/packages/schema/src/parser/schemarb/parser.ts:680
↓ 1 callersFunctionextractForeignKeyTableNames
( argNodes: Node[], )
frontend/packages/schema/src/parser/schemarb/parser.ts:444
↓ 1 callersFunctionextractFrontmatter
(content: string)
frontend/apps/docs/app/docs/llms.txt/route.ts:20
↓ 1 callersFunctionextractIdColumnAndConstraint
( argNodes: Node[], )
frontend/packages/schema/src/parser/schemarb/parser.ts:95
↓ 1 callersFunctionextractIndex
(index: DMMF.Index)
frontend/packages/schema/src/parser/prisma/parser.ts:548
↓ 1 callersFunctionextractIndexDetails
(node: CallNode)
frontend/packages/schema/src/parser/schemarb/parser.ts:281
↓ 1 callersFunctionextractIndexOptions
(hashNode: KeywordHashNode, index: Index)
frontend/packages/schema/src/parser/schemarb/parser.ts:408
↓ 1 callersFunctionextractInlineEnumDefinition
( callExpr: Expression, )
frontend/packages/schema/src/parser/drizzle/mysql/columnParser.ts:21
↓ 1 callersFunctionextractInlineIndexOptions
( value: Node, columnName: string, )
frontend/packages/schema/src/parser/schemarb/parser.ts:355
↓ 1 callersMethodextractStatements
* Extract individual SQL statements from the original SQL text using parsed AST metadata
frontend/internal-packages/pglite-server/src/PGliteInstanceManager.ts:249
↓ 1 callersFunctionextractStreamErrorMessage
(rawData: unknown)
frontend/apps/app/components/SessionDetailPage/hooks/useStream/useStream.ts:42
↓ 1 callersFunctionextractStringsFromRow
(row: unknown)
frontend/internal-packages/agent/src/tools/runTestTool.ts:32
↓ 1 callersFunctionextractTableAndColumnNameFromCheckPath
* Extract table and column names from column check path
frontend/packages/schema/src/deparser/postgresql/migrationOperationDeparser.ts:192
↓ 1 callersFunctionextractTableAndColumnNameFromCommentPath
* Extract table and column names from column comment path
frontend/packages/schema/src/deparser/postgresql/migrationOperationDeparser.ts:176
↓ 1 callersFunctionextractTableAndColumnNameFromDefaultPath
* Extract table and column names from column default path
frontend/packages/schema/src/deparser/postgresql/migrationOperationDeparser.ts:224
↓ 1 callersFunctionextractTableAndColumnNameFromNamePath
* Extract table name and column name from column name operation path
frontend/packages/schema/src/deparser/postgresql/migrationOperationDeparser.ts:104
← previousnext →501–600 of 1,901, ranked by callers