MCPcopy Create free account

hub / github.com/CodeFox-Repo/codefox / functions

Functions1,011 in github.com/CodeFox-Repo/codefox

↓ 197 callersFunctioncn
(...inputs: ClassValue[])
backend/template/react-ts/src/lib/utils.ts:4
↓ 119 callersMethodget
(path?: string)
codefox-common/src/config-loader.ts:118
↓ 109 callersFunctioncn
(...inputs: ClassValue[])
frontend/src/lib/utils.ts:4
↓ 48 callersMethodset
(path: string, value: any)
codefox-common/src/config-loader.ts:125
↓ 36 callersMethodgetGlobalContext
(key: string)
backend/src/build-system/__tests__/mock/MockBuilderContext.ts:97
↓ 25 callersMethodgetNodeData
(handler: any)
backend/src/build-system/__tests__/mock/MockBuilderContext.ts:93
↓ 25 callersMethodparse
* Parses JSON output (e.g., from an LLM) to build an array of FileOperations. * This is often used when GPT provides structured instructions to
backend/src/build-system/handlers/frontend-code-generate/FileOperationManager.ts:171
↓ 18 callersFunctionchatSyncWithClocker
( context: BuilderContext, input: ChatInput, step: string, name: string, )
backend/src/build-system/utils/handler-helper.ts:5
↓ 18 callersFunctionuseAuthContext
()
frontend/src/providers/AuthProvider.tsx:212
↓ 14 callersFunctionBuildNode
()
backend/src/build-system/hanlder-manager.ts:68
↓ 14 callersFunctionensureDir
(dirPath: string)
codefox-common/src/common-path.ts:21
↓ 14 callersMethodgetInstance
()
backend/src/build-system/monitor.ts:77
↓ 14 callersFunctionremoveCodeBlockFences
(input: string)
backend/src/build-system/utils/strings.ts:123
↓ 12 callersFunctionBuildNodeRequire
(dependencies: BuildHandlerConstructor[])
backend/src/build-system/hanlder-manager.ts:82
↓ 12 callersFunctiongetRootDir
()
codefox-common/src/common-path.ts:32
↓ 10 callersFunctionJWTAuth
()
backend/src/decorator/jwt-auth.decorator.ts:5
↓ 9 callersMethodgetProjectById
(projectId: string)
backend/src/project/project.service.ts:89
↓ 9 callersFunctiongetProjectPath
(projectId: string)
codefox-common/src/common-path.ts:70
↓ 9 callersFunctionsystemPrompt
()
frontend/src/hooks/multi-agent/agentPrompt.ts:43
↓ 9 callersMethodwriteLog
(filename: string, content: any)
backend/src/build-system/context.ts:148
↓ 8 callersFunctionformatResponse
(response: string)
backend/src/build-system/utils/strings.ts:131
↓ 8 callersFunctionsaveThinkingProcess
( thinkingText: string, input: ChatInputType, context: AgentContext )
frontend/src/hooks/multi-agent/tools.ts:45
↓ 8 callersMethodsetGlobalContext
( key: Key, value: any, )
backend/src/build-system/__tests__/mock/MockBuilderContext.ts:67
↓ 7 callersFunctionparseXmlToJson
(xmlString: string)
frontend/src/utils/parser.ts:4
↓ 7 callersFunctionsaveState
* Save current state to file system
frontend/src/app/api/runProject/route.ts:115
↓ 7 callersFunctionstartChatStream
( input: ChatInputType, token: string, stream: boolean = false // Default to non-streaming for better pe
frontend/src/api/ChatStreamAPI.ts:4
↓ 6 callersFunctionexecWithTimeout
* Execute Docker command with timeout and retry logic
frontend/src/app/api/runProject/route.ts:285
↓ 6 callersMethodgetInstance
()
llm-server/src/downloader/model-downloader.ts:14
↓ 6 callersFunctiongetModelsDir
()
codefox-common/src/common-path.ts:56
↓ 6 callersFunctiongetProjectsDir
()
codefox-common/src/common-path.ts:68
↓ 6 callersFunctionnormalizePath
* Normalize file paths.
frontend/src/hooks/multi-agent/managerAgent.ts:13
↓ 6 callersMethodrun
(context: BuilderContext, opts?: BuildOpts)
backend/src/build-system/types.ts:82
↓ 6 callersMethodsaveConfig
()
codefox-common/src/config-loader.ts:130
↓ 6 callersFunctionvalidate
(config: Record<string, unknown>)
backend/src/config/config.module.ts:8
↓ 5 callersMethodchatSync
* Synchronous chat method that returns a complete response * @param input The chat input containing messages and model * @returns Promise resolv
backend/src/common/model-provider/types.ts:34
↓ 5 callersFunctionensureDir
(dirPath: string)
frontend/src/config/common-path.ts:10
↓ 5 callersMethodgetHandler
* Get an instance of a registered build handler * If the handler is not yet registered, it will be instantiated and registered. * @param handler
backend/src/build-system/hanlder-manager.ts:43
↓ 5 callersMethodinitializeQueue
()
llm-server/src/model/remote-model-instance.ts:26
↓ 5 callersMethodupdateStatus
(UniversalName: string, isDownloaded: boolean)
llm-server/src/downloader/universal-status.ts:60
↓ 5 callersFunctionuseSidebar
()
frontend/src/components/ui/sidebar.tsx:40
↓ 4 callersFunctioncheckContainerRunning
* Check if a container is still running
frontend/src/app/api/runProject/route.ts:191
↓ 4 callersFunctioncopyProjectTemplate
( templatePath: string, projectUUID: string, newFolderName?: string, )
backend/src/build-system/utils/files.ts:41
↓ 4 callersFunctionfilePathSafetyChecks
( filePath: string, options: SecurityCheckOptions, )
backend/src/build-system/utils/security/path-check.ts:17
↓ 4 callersMethodgetAllChatModelConfigs
()
codefox-common/src/config-loader.ts:175
↓ 4 callersMethodgetInstance
()
frontend/src/utils/file-reader.ts:15
↓ 4 callersFunctionparseGenerateTag
(input: string)
backend/src/build-system/utils/strings.ts:105
↓ 4 callersMethodreadMockFile
(filePath: string)
backend/src/build-system/__tests__/mock/MockBuilderContext.ts:102
↓ 4 callersFunctionsaveGeneratedCode
( filePath: string, content: string, )
backend/src/build-system/utils/files.ts:16
↓ 4 callersFunctionstartServiceReadyCheck
(url: string)
frontend/src/components/chat/code-engine/web-view.tsx:74
↓ 4 callersFunctionuseCarousel
()
backend/template/react-ts/src/components/ui/carousel.tsx:35
↓ 4 callersFunctionuseFormField
()
frontend/src/components/ui/form.tsx:42
↓ 4 callersFunctionuseFormField
()
backend/template/react-ts/src/components/ui/form.tsx:43
↓ 4 callersFunctionuseSidebar
()
backend/template/react-ts/src/components/ui/sidebar.tsx:45
↓ 3 callersFunctionbuildProjectPath
( projectUUID: string, folderName?: string, )
backend/src/build-system/utils/files.ts:75
↓ 3 callersMethodchatStream
( messages: ModelApiMessage[], )
llm-server/src/types.ts:28
↓ 3 callersMethodclear
* Clear all registered build handlers * This will remove all handler instances from the manager.
backend/src/build-system/hanlder-manager.ts:58
↓ 3 callersMethodgetInstance
()
backend/src/downloader/universal-status.ts:20
↓ 3 callersMethodgetModelInstance
(modelName: string)
llm-server/src/llm-provider.ts:93
↓ 3 callersFunctiongetPayloadConfigFromPayload
( config: ChartConfig, payload: unknown, key: string, )
backend/template/react-ts/src/components/ui/chart.tsx:319
↓ 3 callersFunctiongetProjectContentPath
( userId: string, projectId: string, fileName: string )
frontend/src/config/common-path.ts:49
↓ 3 callersMethodgetQueueForModel
(model: string)
backend/src/common/model-provider/openai-model-provider.ts:66
↓ 3 callersMethodsendVerificationEmail
(user: User)
backend/src/auth/auth.service.ts:88
↓ 3 callersFunctionshouldIgnore
(filePath: string)
backend/src/build-system/utils/file_generator_util.ts:63
↓ 3 callersMethodstart
()
llm-server/src/main.ts:204
↓ 3 callersMethodstartNodeExecution
(nodeId: string, sequenceId: string)
backend/src/build-system/monitor.ts:105
↓ 3 callersMethodstoreAccessToken
* The storeAccessToken method stores the access token in the cache dbds * @param token the access token * @returns return void
backend/src/jwt-cache/jwt-cache.service.ts:103
↓ 3 callersMethodupdateStatus
(UniversalName: string, isDownloaded: boolean)
backend/src/downloader/universal-status.ts:60
↓ 3 callersFunctionvalidateAgainstVirtualDirectory
( nodes: Set<string>, virtualDir: VirtualDirectory, )
backend/src/build-system/utils/file_generator_util.ts:214
↓ 2 callersFunctionAuth
()
backend/src/decorator/auth.decorator.ts:19
↓ 2 callersFunctionMenu
(path: string)
backend/src/decorator/menu.decorator.ts:4
↓ 2 callersFunctionRoles
(...roles: string[])
backend/src/decorator/roles.decorator.ts:4
↓ 2 callersFunctionUniversalCreateDateColumn
(options: UniversalDateOptions = {})
backend/src/common/decorators/universal-date-column.ts:25
↓ 2 callersFunctionauthenticatedFetch
( url: string, options: RequestInit = {}, retryOnAuth: boolean = true )
frontend/src/lib/authenticatedFetch.ts:66
↓ 2 callersFunctionbatchChatSyncWithClock
( context: BuilderContext, step: string, id: string, inputs: ChatInput[], )
backend/src/build-system/utils/handler-helper.ts:27
↓ 2 callersMethodbindProjectAndChat
(project: Project, chat: Chat)
backend/src/project/project.service.ts:113
↓ 2 callersFunctionbreakText
(text: string)
frontend/src/hooks/multi-agent/tools.ts:159
↓ 2 callersFunctionbuildDependencyGraph
(jsonData: { files: Record<string, { dependsOn: string[] }>; })
backend/src/build-system/utils/file_generator_util.ts:103
↓ 2 callersMethodchat
(messages: ModelApiMessage[])
llm-server/src/types.ts:27
↓ 2 callersMethodcheckProjectOwnership
* Check if a user owns a project * @param project The project to check * @param userId The user ID to verify * @throws ForbiddenException if
backend/src/project/project.service.ts:633
↓ 2 callersFunctioncheckServiceReady
(url: string)
frontend/src/components/chat/code-engine/web-view.tsx:42
↓ 2 callersFunctioncleanUp
()
backend/src/build-system/__tests__/test-file-create-and-path.spec.ts:6
↓ 2 callersMethodcreateModelError
(error: unknown)
llm-server/src/model/remote-model-instance.ts:47
↓ 2 callersMethodcreateRefreshToken
(user: User)
backend/src/auth/auth.service.ts:228
↓ 2 callersMethodendNodeExecution
( nodeId: string, sequenceId: string, success: boolean, error?: Error, )
backend/src/build-system/monitor.ts:149
↓ 2 callersMethodensureInitialized
()
llm-server/src/llm-provider.ts:230
↓ 2 callersMethodexecute
* Executes the entire build sequence by iterating over all nodes in the sequence. * - The nodes are executed in the given order, respecting depende
backend/src/build-system/context.ts:349
↓ 2 callersMethodextractSection
* Extracts a specific section from the PRD content by section title * @param prdContent The full PRD content * @param sectionNumber The section
backend/src/build-system/handlers/product-manager/product-requirements-document/prd.ts:125
↓ 2 callersFunctionfetchFiles
()
frontend/src/components/chat/code-engine/code-engine.tsx:109
↓ 2 callersFunctionfindToolNode
(toolName: string)
frontend/src/hooks/multi-agent/toolNodes.ts:124
↓ 2 callersMethodgetAllFiles
()
backend/src/build-system/virtual-dir/index.ts:34
↓ 2 callersMethodgetAllPaths
(projectId: string)
frontend/src/utils/file-reader.ts:22
↓ 2 callersMethodgetBucketUrl
* Get the bucket URL to use in the returned file URL * @returns The bucket URL string
backend/src/upload/upload.service.ts:180
↓ 2 callersFunctiongetCachedModels
()
frontend/src/hooks/useModels.ts:32
↓ 2 callersMethodgetChatWithUser
(chatId: string)
backend/src/chat/chat.service.ts:233
↓ 2 callersFunctiongetDateColumnType
* Get database column type based on environment * @returns 'timestamp' for remote database, 'datetime' for local
backend/src/common/decorators/universal-date-column.ts:15
↓ 2 callersFunctiongetEmbDir
()
codefox-common/src/common-path.ts:62
↓ 2 callersMethodgetEndpoint
* Get the S3 endpoint URL based on configuration * Constructs the endpoint from account ID if not explicitly provided * @returns The S3 endpoint
backend/src/upload/upload.service.ts:47
↓ 2 callersMethodgetInstance
()
backend/src/common/model-provider/openai-model-provider.ts:85
↓ 2 callersMethodgetLogFilePath
()
backend/src/build-system/logger.ts:49
↓ 2 callersFunctiongetMediaDir
()
codefox-common/src/common-path.ts:48
next →1–100 of 1,011, ranked by callers