MCPcopy Create free account

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

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

↓ 2 callersFunctiongetModelStatusPath
()
codefox-common/src/common-path.ts:40
↓ 2 callersMethodgetPipeline
(model: string)
backend/src/downloader/embedding-downloader.ts:18
↓ 2 callersMethodgetQueueKey
(config: ModelConfig)
backend/src/common/model-provider/openai-model-provider.ts:31
↓ 2 callersFunctiongetTempDir
()
codefox-common/src/common-path.ts:92
↓ 2 callersMethodgetUser
(id: string)
backend/src/user/user.service.ts:39
↓ 2 callersFunctionhandleChatResponse
(targetChatId: string, message: string)
frontend/src/hooks/useChatStream.ts:83
↓ 2 callersFunctionhandleSubmit
()
frontend/src/components/root/prompt-form.tsx:82
↓ 2 callersMethodinitialize
()
llm-server/src/types.ts:38
↓ 2 callersMethodisTokenStored
(token: string)
backend/src/jwt-cache/jwt-cache.service.ts:124
↓ 2 callersMethodloadConfig
()
codefox-common/src/config-loader.ts:85
↓ 2 callersFunctionnormalizeAvatarUrl
( avatarUrl: string | null | undefined )
frontend/src/components/avatar-uploader.tsx:13
↓ 2 callersMethodparseJsonStructure
(jsonContent: string)
backend/src/build-system/virtual-dir/index.ts:9
↓ 2 callersMethodpushFileContent
* Push a single file to the given path in the repo using GitHub Contents API. * * @param relativePathInRepo e.g. "backend/index.js" or "frontend
backend/src/github/github.service.ts:200
↓ 2 callersFunctionrefreshAccessToken
()
frontend/src/lib/authenticatedFetch.ts:14
↓ 2 callersFunctionrenderMessageContent
(content: string)
frontend/src/components/chat/chat-list.tsx:83
↓ 2 callersFunctionshouldUpdateCache
()
frontend/src/hooks/useModels.ts:20
↓ 2 callersMethodstreamChat
( input: ChatInput, )
backend/src/chat/chat.service.ts:24
↓ 2 callersMethodtimeRecorder
( generateDuration: number, name: string, step: string, input: string, output: string, )
backend/src/build-system/monitor.ts:84
↓ 2 callersMethodtransformInputToProjectPackages
( inputPackages: ProjectPackage[], )
backend/src/project/project.service.ts:284
↓ 2 callersFunctiontypewriterEffect
( textArray: string[], delay: number )
frontend/src/hooks/multi-agent/tools.ts:54
↓ 2 callersFunctionupdateMessage
()
frontend/src/hooks/multi-agent/tools.ts:61
↓ 2 callersMethodupdateSequenceMetrics
(sequenceId: string)
backend/src/build-system/monitor.ts:259
↓ 2 callersMethodupload
* Upload a file to either S3/Cloudflare R2 or local storage based on configuration * @param file File to upload (can be a GraphQL FileUpload or a B
backend/src/upload/upload.service.ts:71
↓ 2 callersFunctionuseChart
()
backend/template/react-ts/src/components/ui/chart.tsx:25
↓ 2 callersFunctionuseChatList
()
frontend/src/hooks/useChatList.ts:7
↓ 2 callersFunctionuseModels
()
frontend/src/hooks/useModels.ts:14
↓ 2 callersFunctionvalidateAndBufferFile
( file: FileUpload, )
backend/src/common/security/file_check.ts:20
↓ 2 callersFunctionvalidatePassword
(value: string)
frontend/src/components/sign-up-modal.tsx:52
↓ 1 callersFunctionRequireRoles
(...roles: string[])
backend/src/decorator/auth.decorator.ts:23
↓ 1 callersFunctionUniversalUpdateDateColumn
(options: UniversalDateOptions = {})
backend/src/common/decorators/universal-date-column.ts:39
↓ 1 callersMethodaddRetryDelay
* Adds a delay before the next retry attempt. * The delay increases linearly based on the current retry count. * @param {number} retryCount - Th
backend/src/build-system/retry-handler.ts:56
↓ 1 callersFunctionanimate
()
frontend/src/components/magicui/aurora-text.tsx:107
↓ 1 callersMethodbatchChatSync
(requests: ChatInput[])
backend/src/common/model-provider/openai-model-provider.ts:219
↓ 1 callersMethodbindUserIdAndInstallId
( userId: string, installationId: string, githubCode: string, )
backend/src/user/user.service.ts:70
↓ 1 callersFunctionbootstrap
()
backend/src/main.ts:8
↓ 1 callersFunctionbuildConcurrencyLayers
* Creates concurrency layers (or "waves") of files so that * files with no remaining dependencies can be processed in parallel. * * @param nodes -
backend/src/build-system/utils/file_generator_util.ts:260
↓ 1 callersFunctionbuildDependencyLayerGraph
(jsonData: { files: Record<string, { dependsOn: string[] }>; })
backend/src/build-system/utils/file_generator_util.ts:54
↓ 1 callersFunctionbuildProjectSequenceByProject
( input: CreateProjectInput, )
backend/src/project/build-system-utils.ts:19
↓ 1 callersFunctionbuildTree
(paths)
frontend/src/app/api/project/route.ts:44
↓ 1 callersMethodbuildVirtualDirectory
(jsonContent: string)
backend/src/build-system/__tests__/mock/MockBuilderContext.ts:85
↓ 1 callersMethodcanCreateProject
* Checks if a user has exceeded their daily project creation limit * @param userId The user ID to check * @returns A boolean indicating whether
backend/src/project/project.service.ts:143
↓ 1 callersMethodcanExecute
* Checks if a node can be executed based on its handler's execution state and dependencies. * @param node The node whose execution eligibility need
backend/src/build-system/context.ts:168
↓ 1 callersMethodchat
* Stream-based chat method that returns an async iterator * @param input The chat input containing messages * @param model The model to use for
backend/src/common/model-provider/types.ts:43
↓ 1 callersFunctioncheckAndDownloadAllEmbeddings
()
backend/src/downloader/universal-utils.ts:40
↓ 1 callersFunctioncheckAndDownloadAllModels
()
llm-server/src/downloader/universal-utils.ts:47
↓ 1 callersFunctioncheckBaseImageExists
* Check if base image exists
frontend/src/app/api/runProject/route.ts:209
↓ 1 callersFunctioncheckExistingContainer
* Check if there's already a container running with the specified label
frontend/src/app/api/runProject/route.ts:224
↓ 1 callersMethodcheckNodeDependencies
* Checks if a node's dependencies have been satisfied. * Each handler may have a set of dependencies that must be completed before the node can run
backend/src/build-system/context.ts:430
↓ 1 callersFunctioncheckPort
(port: number)
frontend/src/app/api/runProject/route.ts:152
↓ 1 callersFunctioncheckProjectStatus
()
frontend/src/hooks/useProjectStatusMonitor.ts:46
↓ 1 callersFunctioncheckScreenWidth
()
frontend/src/components/chat/chat-bottombar.tsx:45
↓ 1 callersFunctioncheckUrlForProject
()
frontend/src/components/chat/code-engine/project-context.tsx:289
↓ 1 callersFunctioncheckUrlStatus
( url: string, maxRetries = 30, delayMs = 1000 )
frontend/src/components/chat/code-engine/project-context.tsx:65
↓ 1 callersMethodcleanJsonContent
(jsonContent: string)
backend/src/build-system/virtual-dir/index.ts:26
↓ 1 callersMethodcleanupExpiredTokens
()
backend/src/jwt-cache/jwt-cache.service.ts:66
↓ 1 callersMethodcloseDatabase
()
backend/src/jwt-cache/jwt-cache.service.ts:84
↓ 1 callersFunctioncodeReviewPrompt
(message: string)
frontend/src/hooks/multi-agent/agentPrompt.ts:302
↓ 1 callersFunctioncommitChangesPrompt
(message: string)
frontend/src/hooks/multi-agent/agentPrompt.ts:342
↓ 1 callersFunctionconfirmationPrompt
( taskType: string, context: AgentContext )
frontend/src/hooks/multi-agent/agentPrompt.ts:378
↓ 1 callersFunctionconvertTreeToComplexTree
(tree, parentId = 'root')
frontend/src/app/api/project/route.ts:69
↓ 1 callersMethodcreateChat
(userId: string, newChatInput: NewChatInput)
backend/src/chat/chat.service.ts:111
↓ 1 callersMethodcreateChatWithMessage
( userId: string, newChatInput: { title: string; message: string }, )
backend/src/chat/chat.service.ts:128
↓ 1 callersMethodcreateDefaultRole
(roleName: string)
backend/src/init/init-roles.service.ts:38
↓ 1 callersFunctioncreateFileWithRetries
( filePath: string, content: string, maxRetries = 3, delayMs = 200, )
backend/src/build-system/utils/files.ts:128
↓ 1 callersMethodcreateInstance
( config: ModelConfig, modelName: string, )
llm-server/src/model/remote-model-factory.ts:8
↓ 1 callersMethodcreateProjectInBackground
( input: CreateProjectInput, projectName: string, userId: string, chat: Chat, )
backend/src/project/project.service.ts:226
↓ 1 callersMethodcreateProjectZip
* Creates a ZIP file from a project's directory * @param userId The user ID making the request * @param projectId The project ID to download
backend/src/project/project.service.ts:705
↓ 1 callersMethodcreateTable
()
backend/src/jwt-cache/jwt-cache.service.ts:36
↓ 1 callersMethodcreateUserRepo
* Create a new repository under the *user's* account. * If you need an org-level repo, use POST /orgs/{org}/repos.
backend/src/github/github.service.ts:142
↓ 1 callersMethoddequeue
()
backend/src/build-system/handlers/frontend-code-generate/CodeReview.ts:53
↓ 1 callersFunctiondetectCycles
(graph: [string, string][])
backend/src/build-system/utils/file_generator_util.ts:165
↓ 1 callersMethoddetermineModelType
(config: ModelConfig)
llm-server/src/llm-provider.ts:30
↓ 1 callersFunctiondownloadAll
()
llm-server/src/downloader/universal-utils.ts:8
↓ 1 callersFunctiondownloadEmbeddingModel
(modelName: string)
backend/src/downloader/universal-utils.ts:19
↓ 1 callersFunctiondownloadModel
(modelName: string, task: string)
llm-server/src/downloader/universal-utils.ts:13
↓ 1 callersFunctioneditFilePrompt
( description: string, file_content: { [key: string]: string } )
frontend/src/hooks/multi-agent/agentPrompt.ts:235
↓ 1 callersMethodendSequenceExecution
( sequenceId: string, projectUUID: string, )
backend/src/build-system/monitor.ts:228
↓ 1 callersMethodenqueue
(task: FileTask)
backend/src/build-system/handlers/frontend-code-generate/CodeReview.ts:49
↓ 1 callersFunctionensureBaseImageExists
* Build base image if it doesn't exist
frontend/src/app/api/runProject/route.ts:246
↓ 1 callersMethodensureDirectoryExists
()
backend/src/build-system/logger.ts:43
↓ 1 callersMethodexchangeOAuthCodeForToken
(code: string)
backend/src/github/github.service.ts:87
↓ 1 callersMethodexecute
()
backend/src/build-system/__tests__/mock/MockBuilderContext.ts:89
↓ 1 callersMethodexecuteOperations
* Executes an array of file operations sequentially. * * @param operations - An array of operations to perform. * @returns The final "renameP
backend/src/build-system/handlers/frontend-code-generate/FileOperationManager.ts:51
↓ 1 callersFunctionexecuteWithRetry
()
frontend/src/app/api/runProject/route.ts:295
↓ 1 callersMethodextractAllGlobalCompSections
* Extracts all <global_component> sections as raw strings, including the tags. * @param text The UX Structure Document content. * @returns Array
backend/src/build-system/handlers/ux/sitemap-structure/sms-page.ts:172
↓ 1 callersMethodextractAllPageViewSections
* Extracts all <page_view> sections as raw strings, including the tags. * @param text The UX Structure Document content. * @returns Array of ext
backend/src/build-system/handlers/ux/sitemap-structure/sms-page.ts:162
↓ 1 callersMethodextractFeaturesSection
* Extracts the "Features" section from the PRD content * @param prdContent The full PRD content * @returns The extracted features section or nul
backend/src/build-system/handlers/product-manager/product-requirements-document/prd.ts:175
↓ 1 callersFunctionextractJsonFromMarkdown
(markdownContent: string)
backend/src/build-system/utils/strings.ts:82
↓ 1 callersFunctionextractJsonFromText
(content: string)
backend/src/build-system/utils/strings.ts:141
↓ 1 callersMethodextractProjectIdentifier
(args: any)
backend/src/guard/project.guard.ts:64
↓ 1 callersMethodextractProjectOverviewSection
* Extracts the "Project Overview" section from the PRD content * @param prdContent The full PRD content * @returns The extracted project overvie
backend/src/build-system/handlers/product-manager/product-requirements-document/prd.ts:166
↓ 1 callersFunctionextractThemeString
(content: string)
backend/src/build-system/handlers/ux/sitemap-structure/index.ts:124
↓ 1 callersMethodextractTokenFromHeader
(req: any)
backend/src/guard/jwt-auth.guard.ts:72
↓ 1 callersFunctionfetchData
()
frontend/src/hooks/useLocalStorageData.ts:14
↓ 1 callersFunctionfetchFileStructure
(projectId)
frontend/src/app/api/project/route.ts:24
↓ 1 callersFunctionfetchFileStructure
(projectId)
frontend/src/app/api/filestructure/route.ts:24
↓ 1 callersFunctionfetchGitHubStars
()
frontend/src/components/root/nav.tsx:78
↓ 1 callersMethodfetchModelTags
()
backend/src/chat/chat.service.ts:43
↓ 1 callersMethodfetchModelsName
* Fetch available model names * @returns Promise resolving to array of model names
backend/src/common/model-provider/types.ts:58
↓ 1 callersFunctionfindAvailablePort
* Find an available port
frontend/src/app/api/runProject/route.ts:147
← previousnext →101–200 of 1,011, ranked by callers