MCPcopy Create free account

hub / github.com/continuedev/continue / functions

Functions6,271 in github.com/continuedev/continue

↓ 30 callersFunctionrunTerminalCommandImpl
(args, extras)
core/tools/implementations/runTerminalCommand.ts:109
↓ 29 callersFunctiongeneratePolicyRule
(toolName: string, toolArgs: any)
extensions/cli/src/permissions/policyWriter.ts:18
↓ 29 callersFunctionisAbortError
(error: unknown)
core/util/isAbortError.ts:10
↓ 28 callersFunctioncreateToolCallState
( toolCallId: string, functionName: string, status: ToolStatus = "generated", )
gui/src/redux/util/index.test.ts:11
↓ 28 callersFunctionrenderInMode
(mode: TestMode, props?: any)
extensions/cli/src/ui/__tests__/TUIChat.dualModeHelper.tsx:68
↓ 28 callersFunctionsetChatHistory
(value)
extensions/cli/src/ui/hooks/useChat.ts:115
↓ 27 callersFunctionaddToolCallDeltaToState
( toolCallDelta: ToolCallDelta, currentState: ToolCallState | undefined, )
gui/src/util/toolCallState.ts:8
↓ 27 callersMethodchatCompletionNonStream
( body: ChatCompletionCreateParamsNonStreaming, signal: AbortSignal, )
packages/openai-adapters/src/apis/base.ts:43
↓ 27 callersFunctiongetAdjustedTokenCountFromModel
( baseTokens: number, modelName: string, )
core/llm/getAdjustedTokenCount.ts:20
↓ 27 callersMethodisOSeriesOrGpt5PlusModel
(model?: string)
core/llm/llms/OpenAI.ts:221
↓ 27 callersFunctionvalidateGitHubRepoUrl
(repoName: string)
core/util/sanitization.ts:48
↓ 26 callersFunctiongetAllDotContinueDefinitionFiles
( ide: IDE, options: LoadAssistantFilesOptions, subDirName: string, )
core/config/loadLocalAssistants.ts:131
↓ 26 callersFunctiongetContinueGlobalPath
()
core/util/paths.ts:69
↓ 26 callersFunctiongetCurrentSession
()
extensions/cli/src/session.ts:550
↓ 26 callersFunctionopenAICompatible
( apiBase: string, config: z.infer<typeof OpenAIConfigSchema>, )
packages/openai-adapters/src/index.ts:31
↓ 26 callersFunctionparseAgentFile
(content: string)
packages/config-yaml/src/markdown/agentFiles.ts:48
↓ 26 callersFunctionprependPrompt
( prepend: string | undefined, original: string | undefined, )
extensions/cli/src/util/promptProcessor.ts:41
↓ 26 callersMethodshowToast
( type: ToastType, message: string, ...otherParams: any[] )
core/index.d.ts:910
↓ 26 callersFunctionvalidateSingleEdit
( oldString: unknown, newString: unknown, replaceAll: unknown, index?: number, )
core/edit/searchAndReplace/findAndReplaceUtils.ts:9
↓ 25 callersFunctionfindUriInDirs
( uri: string, dirUriCandidates: string[], )
core/util/uri.ts:25
↓ 25 callersMethodgetAgentFile
(agentPath: string)
extensions/cli/src/services/AgentFileService.ts:55
↓ 25 callersMethodgetThreadMessageByText
(view: WebView, text: string)
extensions/vscode/e2e/selectors/GUI.selectors.ts:144
↓ 25 callersMethodoff
(eventType: EventType, callback: EventCallback)
manual-testing-sandbox/next-edit/next-edit-7-4-sol.ts:21
↓ 25 callersFunctionrenderWithProviders
( ui: React.ReactElement, extendedRenderOptions: ExtendedRenderOptions = {}, )
gui/src/util/test/render.tsx:31
↓ 25 callersFunctiontoResponsesInput
(messages: ChatMessage[])
core/llm/openaiTypeConverters.ts:986
↓ 24 callersMethodcall_api
Makes the HTTP request (synchronous) :param method: Method to call. :param url: Path to method endpoint. :param header_params:
packages/continue-sdk/python/api/openapi_client/api_client.py:250
↓ 24 callersFunctionconstructSystemMessage
( mode: PermissionMode, additionalRules?: string[], format?: "json", headless?: boolean, )
extensions/cli/src/systemMessage.ts:161
↓ 24 callersFunctioncreateMockChatHistoryItem
( content: string, role: "user" | "assistant" | "system" = "assistant", )
extensions/cli/src/util/metadata.test.ts:7
↓ 24 callersFunctionfetchwithRequestOptions
( url_: URL | string, init?: RequestInit, requestOptions?: RequestOptions, )
packages/fetch/src/fetch.ts:82
↓ 24 callersFunctionisMarkdownFile
(filepath?: string)
core/utils/markdownUtils.ts:27
↓ 24 callersFunctionjoinPathsToUri
(uri: string, ...pathSegments: string[])
core/util/uri.ts:118
↓ 24 callersMethodreloadConfig
(reason: string, injectErrors?: ConfigValidationError[])
core/config/ConfigHandler.ts:237
↓ 24 callersFunctiontestBothModes
( name: string, testFn: (mode: TestMode) => void | Promise<void>, )
extensions/cli/src/ui/__tests__/TUIChat.dualModeHelper.tsx:22
↓ 24 callersFunctionuseNavigation
()
extensions/cli/src/ui/context/NavigationContext.tsx:79
↓ 23 callersFunctioncountTokens
( content: MessageContent, // defaults to llama2 because the tokenizer tends to produce more tokens mode
core/llm/countTokens.ts:112
↓ 23 callersFunctionextractCommand
(cmd: string)
gui/src/components/StyledMarkdownPreview/utils/commandExtractor.ts:6
↓ 23 callersMethodfileExists
(fileUri: string)
core/index.d.ts:859
↓ 23 callersFunctionfindToolCallById
( chatHistory: RootState["session"]["history"], toolCallId: string, )
gui/src/redux/util/index.ts:73
↓ 23 callersMethodgetInstance
()
extensions/vscode/src/activation/JumpManager.ts:105
↓ 23 callersMethodlogLines
( item: LLMInteractionItem, content: string, marker: string = "", )
core/llm/logFormatter.ts:223
↓ 23 callersMethodreserveTabAndEsc
()
extensions/vscode/src/activation/NextEditWindowManager.ts:243
↓ 23 callersFunctiontruncateOutputFromStart
( output: string, limits: TruncationLimits, )
extensions/cli/src/util/truncateOutput.ts:43
↓ 22 callersFunctioncreateMockExtras
( overrides: Partial<{ onPartialOutput?: any; remoteName?: string; }> = {}, )
core/tools/implementations/runTerminalCommand.vitest.ts:80
↓ 22 callersFunctioncreateTestConfig
( context: CLITestContext, config: any, )
extensions/cli/src/test-helpers/cli-helpers.ts:131
↓ 22 callersMethodgetCurrentMode
* Get the current permission mode
extensions/cli/src/services/ToolPermissionService.ts:361
↓ 22 callersFunctionkebabOfThemeStr
(str: string)
core/util/text.ts:48
↓ 22 callersFunctionmarkComplete
( items: PathAndCacheKey[], resultType: IndexResultType, )
core/indexing/refreshIndex.ts:254
↓ 22 callersFunctionmergeUnrolledAssistants
( current: AssistantUnrolled, incoming: AssistantUnrolled, )
packages/config-yaml/src/load/merge.ts:26
↓ 22 callersFunctionpatternMatchesHostname
(hostname: string, pattern: string)
packages/fetch/src/util.ts:53
↓ 22 callersFunctionretryAsync
( fn: () => Promise<T>, options: RetryOptions = {}, )
core/llm/utils/retry.ts:420
↓ 22 callersFunctionupdateModelName
(modelName: string | null)
extensions/cli/src/auth/workos.ts:94
↓ 21 callersMethodgetAdditionalBlocksFromOptions
( injectedConfigOptions: BaseCommandOptions | undefined, agentFileState: AgentFileServiceState | undef
extensions/cli/src/services/ConfigService.ts:74
↓ 21 callersMethodgetElementByDataTestId
* Finds a web element by its data-testid attribute within a WebView. * @param view - The WebView to search within. * @param testId - The data-te
extensions/vscode/e2e/selectors/SelectorUtils.ts:10
↓ 21 callersFunctiongetFontSize
()
gui/src/util/index.ts:50
↓ 21 callersFunctionloadConfigContextProviders
( configContext: AssistantUnrolledNonNullable["context"], hasDocs: boolean, ideType: IdeType, )
core/config/loadContextProviders.ts:22
↓ 21 callersFunctionmergeConfigYamlRequestOptions
( base: RequestOptions | undefined, global: RequestOptions | undefined, )
packages/config-yaml/src/load/merge.ts:61
↓ 21 callersFunctionrenderMarkdown
(content: string)
extensions/cli/src/ui/MarkdownRenderer.test.tsx:8
↓ 21 callersMethodresolveFQSNs
(fqsns: FQSN[])
packages/config-yaml/src/interfaces/index.ts:26
↓ 21 callersFunctionrunHooks
( config: HooksConfig, input: HookInput, cwd: string = process.cwd(), )
extensions/cli/src/hooks/hookRunner.ts:273
↓ 20 callersMethod_logItem
(item: LLMInteractionItem)
core/llm/logger.ts:23
↓ 20 callersFunctionconstructMessages
( history: ChatHistoryItem[], baseSystemMessage: string | undefined, availableRules: RuleWithSource[],
gui/src/redux/util/constructMessages.ts:37
↓ 20 callersFunctioncreateMockSyntaxNode
( type: string, children: Parser.SyntaxNode[], )
core/edit/lazy/findInAst.test.ts:95
↓ 20 callersFunctioncreateSession
( history: ChatHistoryItem[] = [], sessionId?: string, )
extensions/cli/src/session.ts:337
↓ 20 callersFunctiongetCertificateContent
(input: string)
packages/fetch/src/certs.ts:8
↓ 20 callersMethodgetHistory
()
extensions/cli/src/util/inputHistory.ts:107
↓ 20 callersFunctiongetRuleType
(rule: Partial<RuleObject>)
packages/config-yaml/src/markdown/getRuleType.ts:22
↓ 20 callersFunctiongracefulExit
(code: number = 0)
extensions/cli/src/util/exit.ts:193
↓ 20 callersFunctionhandleSlashCommands
( input: string, assistant: AssistantConfig, )
extensions/cli/src/slashCommands.ts:296
↓ 20 callersMethodinvoke
( messageType: T, data: ToProtocol[T][0], messageId?: string, )
core/protocol/messenger/index.ts:44
↓ 20 callersFunctionisProcessBackgrounded
(toolCallId: string)
core/util/processTerminalStates.ts:23
↓ 20 callersFunctionkebabOfStr
(str: string)
core/util/text.ts:41
↓ 20 callersMethodkill
()
core/util/tts.ts:80
↓ 20 callersMethodlist
()
packages/openai-adapters/src/apis/base.ts:89
↓ 20 callersFunctionshouldIgnore
( fileUri: string, ide: IDE, rootDirCandidates?: string[], )
core/indexing/shouldIgnore.ts:15
↓ 20 callersFunctionstripImages
(messageContent: MessageContent)
core/util/messageContent.ts:9
↓ 19 callersMethodaddUserMessage
* Add a user message to the history
extensions/cli/src/services/ChatHistoryService.ts:107
↓ 19 callersFunctioncompactChatHistory
( chatHistory: ChatHistoryItem[], model: ModelConfig, llmApi: BaseLlmApi, options?: CompactionOptions,
extensions/cli/src/compaction.ts:53
↓ 19 callersFunctioncountToolDefinitionTokens
(tools: ChatCompletionTool[])
extensions/cli/src/util/tokenizer.ts:281
↓ 19 callersFunctionfontSize
(n: number)
gui/src/util/index.ts:54
↓ 19 callersFunctiongetAgentOptions
( requestOptions?: RequestOptions, )
packages/fetch/src/getAgentOptions.ts:7
↓ 19 callersFunctionmodelSupportsNextEdit
( capabilities: ModelCapability | undefined, model: string, title: string | undefined, )
core/llm/autodetect.ts:292
↓ 19 callersFunctionpatchNestedMarkdown
(source: string)
gui/src/components/StyledMarkdownPreview/utils/patchNestedMarkdown.ts:15
↓ 19 callersMethodregisterListener
* Register a listener for the selection change event. * @param id Unique id for this handler. * @param handler Function to handle the event.
extensions/vscode/src/activation/SelectionChangeManager.ts:185
↓ 19 callersFunctionresolveWorkingDirectory
(workspaceDirs: string[])
core/tools/implementations/resolveWorkingDirectory.vitest.ts:12
↓ 19 callersMethodsearch
(criteria: TaskSearchCriteria, currentUserId: string)
manual-testing-sandbox/next-edit/next-edit-10-5-sol.ts:235
↓ 19 callersMethodsetState
(newState: Partial<ConfigServiceState>)
extensions/cli/src/services/ConfigService.ts:416
↓ 19 callersMethodswitchModel
* Switch to a different chat model by index
extensions/cli/src/services/ModelService.ts:181
↓ 19 callersFunctionwalkDir
( uri: string, ide: IDE, _optionOverrides?: WalkerOptions, )
core/indexing/walkDir.ts:275
↓ 18 callersFunctionconvertYamlMcpConfigToJsonMcpConfig
(yamlConfig: MCPServer)
packages/config-yaml/src/schemas/mcp/convertJson.ts:109
↓ 18 callersFunctioncreateTestContext
()
extensions/cli/src/test-helpers/cli-helpers.ts:32
↓ 18 callersFunctiondeduplicateArray
( array: T[], equal: (a: T, b: T) => boolean, )
core/util/index.ts:122
↓ 18 callersMethoddispose
()
extensions/vscode/src/util/battery.ts:18
↓ 18 callersFunctionexecCmdSync
(cmd)
scripts/util/index.js:4
↓ 18 callersMethodgenerateTestMessagePair
(id: number = 0)
extensions/vscode/e2e/TestUtils.ts:96
↓ 18 callersFunctiongetAst
( filepath: string, fileContents: string, )
core/autocomplete/util/ast.ts:8
↓ 18 callersFunctiongetMarkdownLanguageTagForFile
(filepath: string)
core/util/index.ts:69
↓ 18 callersMethodinvalidate
()
core/indexing/walkDir.ts:58
↓ 18 callersMethodisEnabled
()
extensions/cli/src/telemetry/telemetryService.ts:303
↓ 18 callersMethodloadConfig
( init: ConfigServiceInit, )
extensions/cli/src/services/ConfigService.ts:253
↓ 18 callersMethodonWebview
( messageType: T, handler: ( message: Message<FromWebviewProtocol[T][0]>, ) => Promise<FromW
extensions/vscode/src/extension/VsCodeMessenger.ts:40
← previousnext →101–200 of 6,271, ranked by callers