MCPcopy Create free account

hub / github.com/continuedev/continue / functions

Functions6,271 in github.com/continuedev/continue

↓ 10 callersFunctionfindCompactionIndex
( chatHistory: ChatHistoryItem[], )
extensions/cli/src/compaction.ts:174
↓ 10 callersFunctionfindInAst
( node: Parser.SyntaxNode, criterion: (node: Parser.SyntaxNode) => boolean, shouldRecurse: (node: Parser
core/edit/lazy/findInAst.ts:3
↓ 10 callersFunctiongetConfigJsonPath
()
core/util/paths.ts:114
↓ 10 callersMethodgetContextItems
( query: string, extras: ContextProviderExtras, )
core/index.d.ts:264
↓ 10 callersFunctiongetErrorString
(error: unknown)
extensions/cli/src/util/error.ts:1
↓ 10 callersMethodgetIdeInfo
()
core/index.d.ts:832
↓ 10 callersFunctiongetMCPToolName
(server: MCPServerStatus, tool: MCPTool)
core/tools/mcpToolName.ts:2
↓ 10 callersMethodgetMessageInputFields
(view: WebView)
extensions/vscode/e2e/selectors/GUI.selectors.ts:10
↓ 10 callersFunctiongetMessagesByRole
(items: ResponseInputItem[], role: string)
core/llm/openaiTypeConverters.test.ts:35
↓ 10 callersMethodgetMostRecentAst
* Get the most recent AST of a document. * * @param documentPath The path of the document. * @returns The most recent AST of the document.
core/nextEdit/DocumentHistoryTracker.ts:81
↓ 10 callersFunctiongetOptionalStringArg
( args: any, argName: string, allowEmpty = false, )
core/tools/parseArgs.ts:104
↓ 10 callersFunctiongetProxyFromEnv
(protocol: string)
packages/fetch/src/util.ts:8
↓ 10 callersFunctiongetRequestRuleDescription
( rules: ConfigDependentToolParams["rules"], )
core/tools/definitions/requestRule.ts:23
↓ 10 callersFunctiongetVersion
()
extensions/cli/src/version.ts:9
↓ 10 callersFunctioninterceptSystemToolCalls
( messageGenerator: AsyncGenerator<ChatMessage[], PromptLog | undefined>, abortController: AbortController
core/tools/systemMessageTools/interceptSystemToolCalls.ts:24
↓ 10 callersFunctionlooksLikeLiteralSearch
(query: string)
core/util/regexValidator.ts:114
↓ 10 callersFunctionmakeAuthenticatedRequest
( endpoint: string, options: ApiRequestOptions = {}, )
extensions/cli/src/util/apiClient.ts:60
↓ 10 callersFunctionmarkProcessAsBackgrounded
(toolCallId: string)
core/util/processTerminalStates.ts:19
↓ 10 callersFunctionpathToUri
(path: string)
extensions/cli/src/auth/uriUtils.ts:8
↓ 10 callersFunctionpruneLinesFromBottom
( prompt: string, maxTokens: number, modelName: string, )
core/llm/countTokens.ts:311
↓ 10 callersMethodrecordSessionStart
()
extensions/cli/src/telemetry/telemetryService.ts:335
↓ 10 callersMethodreject
(completionId: string)
core/nextEdit/NextEditProvider.ts:190
↓ 10 callersFunctionreplaceEscapedCharacters
(str: string)
core/util/text.ts:8
↓ 10 callersMethodresetKeyReservation
()
extensions/vscode/src/activation/NextEditWindowManager.ts:217
↓ 10 callersFunctionrunTest
(name, testFn)
extensions/cli/smoke-test.mjs:21
↓ 10 callersMethodsetItem
(key: string, value: string)
manual-testing-sandbox/next-edit/next-edit-8-4-sol.ts:27
↓ 10 callersMethodshowNextEditWindow
* Show a tooltip with the given text at the current cursor position. * @param editor The active text editor. * @param text Text to display in th
extensions/vscode/src/activation/NextEditWindowManager.ts:332
↓ 10 callersMethodstop
()
extensions/cli/src/services/StorageSyncService.ts:189
↓ 10 callersFunctionunrollAssistant
( id: PackageIdentifier, registry: Registry, options: UnrollAssistantOptions, )
packages/config-yaml/src/load/unroll.ts:233
↓ 10 callersFunctionuseFontSize
(modifier?: FontSizeModifier)
gui/src/components/ui/font.ts:6
↓ 10 callersFunctionuseMainEditor
()
gui/src/components/mainInput/TipTapEditor/MainEditorProvider.tsx:119
↓ 9 callersMethodaddDefaultChatModelIfNone
( config: AssistantUnrolled, apiClient: DefaultApiInterface, authConfig: AuthConfig | undefined,
extensions/cli/src/services/ConfigService.ts:215
↓ 9 callersFunctioncapitalizeFirstLetter
(val: string)
core/util/text.ts:1
↓ 9 callersMethodclear
()
core/util/clipboardCache.ts:65
↓ 9 callersFunctionconvertFromUnifiedHistory
( historyItems: ChatHistoryItem[], )
core/util/messageConversion.ts:304
↓ 9 callersFunctioncopyOf
(obj: any)
core/util/index.ts:115
↓ 9 callersFunctioncreateInitialState
()
gui/src/redux/slices/sessionSlice.test.ts:52
↓ 9 callersFunctioncreateMCPTool
(name: string)
core/tools/mcpToolName.vitest.ts:20
↓ 9 callersFunctioncreateMcpServer
(name: string)
core/tools/mcpToolName.vitest.ts:5
↓ 9 callersFunctioncreateMockGenerator
( data: string[], delay: number = 0, )
core/autocomplete/generation/GeneratorReuseManager.vitest.ts:12
↓ 9 callersFunctioncreateToolMessage
( content: string, toolCallId: string, )
core/llm/countTokens.test.ts:201
↓ 9 callersFunctioncreateUITestContext
( options: { serviceValue?: any; serviceState?: "idle" | "loading" | "ready" | "error"; services
extensions/cli/src/test-helpers/ui-test-context.ts:29
↓ 9 callersFunctiondetectToolCallStart
( buffer: string, toolCallFramework: SystemMessageToolsFramework, )
core/tools/systemMessageTools/detectToolCallStart.ts:3
↓ 9 callersMethoddispose
()
extensions/vscode/src/activation/JumpManager.ts:119
↓ 9 callersMethodembed
(chunks: string[])
core/index.d.ts:145
↓ 9 callersFunctionescapeLiteralForRegex
(literal: string)
core/util/regexValidator.ts:103
↓ 9 callersFunctionfillTemplateVariables
( templatedYaml: string, data: { [key: string]: string }, )
packages/config-yaml/src/load/unroll.ts:99
↓ 9 callersFunctionfindAvailableFilename
( baseDirUri: string, blockType: BlockType, fileExists: (uri: string) => Promise<boolean>, extension?:
core/config/workspace/workspaceBlocks.ts:114
↓ 9 callersMethodfireEvent
* Fire a hook event and return the aggregated result. * * This is the main entry point used by all integration points. * Returns a no-op resu
extensions/cli/src/hooks/HookService.ts:77
↓ 9 callersFunctiongetCommonFields
()
extensions/cli/src/hooks/fireHook.ts:29
↓ 9 callersMethodgetCurrentFile
()
core/index.d.ts:885
↓ 9 callersMethodgetInstance
( getDiffFn: GetDiffFn, cacheTimeSeconds?: number, )
core/autocomplete/snippets/gitDiffCache.ts:18
↓ 9 callersMethodgetInstance
()
core/nextEdit/NextEditProvider.ts:113
↓ 9 callersMethodgetMostRecentDocumentHistory
* Get the most recent AST of a document. * * @param documentPath The path of the document. * @returns The most recent document history of the
core/nextEdit/DocumentHistoryTracker.ts:104
↓ 9 callersFunctiongetRecencyAndSizeScore
( index: number, snippet: AutocompleteSnippet, )
core/autocomplete/templating/formatOpenedFilesContext.ts:133
↓ 9 callersFunctiongetRuleName
( frontmatter: RuleFrontmatter, id: PackageIdentifier, )
packages/config-yaml/src/markdown/markdownToRule.ts:51
↓ 9 callersFunctiongetShortestUniqueRelativeUriPaths
( uris: string[], dirUriCandidates: string[], )
core/util/uri.ts:138
↓ 9 callersMethodhideAllNextEditWindows
* Hide all tooltips in all editors.
extensions/vscode/src/activation/NextEditWindowManager.ts:456
↓ 9 callersFunctioninitializeWithOnboarding
( authConfig: AuthConfig, configPath: string | undefined, )
extensions/cli/src/onboarding.ts:122
↓ 9 callersFunctionisHookServiceReady
()
extensions/cli/src/hooks/fireHook.ts:56
↓ 9 callersFunctionlistener
(e: KeyboardEvent)
gui/src/pages/gui/Chat.tsx:138
↓ 9 callersFunctionllmsFromModelConfig
({ model, uniqueId, llmLogger, config, }: { model: ModelConfig; uniqueId: string; llmLogger: ILL
core/config/yaml/models.ts:189
↓ 9 callersMethodload
(sessionId: string)
core/util/history.ts:91
↓ 9 callersMethodlogDevData
(event: DevDataLogEvent)
core/data/log.ts:104
↓ 9 callersMethodmockMessageToWebview
* Simulates a message being sent from the IDE to the webview * @param messageType The type of message to send * @param data The data to send wit
gui/src/context/MockIdeMessenger.ts:155
↓ 9 callersFunctionparseDataLine
(line: string)
packages/fetch/src/stream.ts:76
↓ 9 callersFunctionparseMarkdownRule
(content: string)
packages/config-yaml/src/markdown/markdownToRule.ts:20
↓ 9 callersFunctionprocessTestCase
({ original, completion, appliedCompletion = null, cursorMarker = "|cur|", tillMarker = "|till|", }:
core/autocomplete/util/completionTestUtils.ts:52
↓ 9 callersFunctionreadFileRangeImpl
(args, extras)
core/tools/implementations/readFileRange.ts:14
↓ 9 callersMethodrefreshCodebaseIndex
(paths: string[])
core/indexing/CodebaseIndexer.ts:724
↓ 9 callersMethodrender
()
manual-testing-sandbox/next-edit/next-edit-test-2.ts:22
↓ 9 callersMethodrerank
(query: string, chunks: Chunk[])
core/index.d.ts:147
↓ 9 callersFunctionresolveInputPath
( ide: IDE, inputPath: string, )
core/util/pathResolver.ts:31
↓ 9 callersFunctionsetLogStats
(snippets: AutocompleteSnippet[])
core/autocomplete/templating/formatOpenedFilesContext.ts:146
↓ 9 callersFunctionsetupStatusBar
( status: StatusBarStatus | undefined, loading?: boolean, error?: boolean, )
extensions/vscode/src/autocomplete/statusBar.ts:119
↓ 9 callersMethodstartFromOptions
( options: { storageOption?: string; accessToken?: string | null; } & Omit<StorageSyncStar
extensions/cli/src/services/StorageSyncService.ts:65
↓ 9 callersFunctionstartNewSession
(history: ChatHistoryItem[] = [])
extensions/cli/src/session.ts:557
↓ 9 callersFunctionstreamLazyApply
( oldCode: string, filename: string, newCode: string, llm: ILLM, abortController: AbortController, )
core/edit/lazy/streamLazyApply.ts:14
↓ 9 callersFunctionstreamResponse
( response: Response, )
packages/fetch/src/stream.ts:10
↓ 9 callersFunctionstreamToString
(stream: AsyncGenerator<string>)
core/autocomplete/filtering/streamTransforms/charStream.vitest.ts:10
↓ 9 callersFunctiontoolCallChunk
( id: string, name?: string, args?: string, )
extensions/cli/src/stream/streamChatResponse.test.ts:47
↓ 9 callersFunctionwalkDirs
( ide: IDE, _optionOverrides?: WalkerOptions, dirs?: string[], // Can pass dirs to prevent duplicate cal
core/indexing/walkDir.ts:287
↓ 8 callersMethod_convertBody
(oaiBody: ChatCompletionCreateParams)
packages/openai-adapters/src/apis/Cohere.ts:44
↓ 8 callersFunctionapplyChatCompletionToolOverrides
( tools: ChatCompletionTool[], overrides: Record<string, ToolOverrideConfig> | undefined, )
extensions/cli/src/tools/applyToolOverrides.ts:8
↓ 8 callersMethodclear
()
packages/fetch/src/certs.ts:124
↓ 8 callersMethodclear
(accept: boolean)
extensions/vscode/src/diff/vertical/handler.ts:127
↓ 8 callersMethodclear
* Reset the state of the quick pick
extensions/vscode/src/quickEdit/QuickEditQuickPick.ts:541
↓ 8 callersMethodclearInstance
()
extensions/vscode/src/activation/JumpManager.ts:112
↓ 8 callersFunctioncontextSnippetsBlock
(contextSnippets: string)
core/nextEdit/templating/instinct.ts:14
↓ 8 callersFunctioncountChatHistoryTokens
( chatHistory: ChatHistoryItem[], model: ModelConfig, )
extensions/cli/src/util/tokenizer.ts:177
↓ 8 callersFunctioncreateTestCertFile
(filename: string, content: string)
packages/fetch/src/getAgentOptions.test.ts:41
↓ 8 callersFunctioncreateTestHistoryItem
(content: MessageContent)
extensions/cli/src/ui/components/MemoizedMessage.formatDisplay.test.tsx:14
↓ 8 callersFunctioncreateToolCall
( id: string, name: string, args: object, )
core/llm/countTokens.test.ts:210
↓ 8 callersMethoddisconnect
(disable = false)
core/context/mcp/MCPConnection.ts:101
↓ 8 callersFunctioneditConfigFile
( configJsonCallback: ( config: SerializedContinueConfig, ) => SerializedContinueConfig, configYamlC
core/util/paths.ts:279
↓ 8 callersMethodfilterFiles
( filterText: string, limit: number = 10, )
extensions/cli/src/services/FileIndexService.ts:231
↓ 8 callersFunctionfindLastSafeSplitPoint
(content: string)
extensions/cli/src/ui/utils/messageSplitting.ts:96
↓ 8 callersFunctiongetAllSlashCommands
( assistant: AssistantConfig, options: { isRemoteMode?: boolean } = {}, )
extensions/cli/src/commands/commands.ts:149
↓ 8 callersFunctiongetApiKeyValidationError
( apiKey: string | null | undefined, )
extensions/cli/src/util/apiKeyValidation.ts:22
↓ 8 callersFunctiongetClipboardImage
()
extensions/cli/src/util/clipboard.ts:56
← previousnext →401–500 of 6,271, ranked by callers