MCPcopy
hub / github.com/continuedev/continue / showToast

Method showToast

core/index.d.ts:910–910  ·  view source on GitHub ↗
(
    type: ToastType,
    message: string,
    ...otherParams: any[]
  )

Source from the content-addressed store, hash-verified

908 getRepoName(dir: string): Promise<string | undefined>;
909
910 showToast(
911 type: ToastType,
912 message: string,
913 ...otherParams: any[]

Callers 15

handleFilesChangedMethod · 0.65
CoreClass · 0.65
initializeListenersMethod · 0.65
syncDocsWithPromptMethod · 0.65
indexAndAddMethod · 0.65
crawlMethod · 0.65
installMethod · 0.65
proposeInstallMethod · 0.65
_rerankChunksMethod · 0.65
handleMCPOauthCodeFunction · 0.65

Implementers 3

MessageIdecore/protocol/messenger/messageIde.ts
FileSystemIdecore/util/filesystem.ts
VsCodeIdeextensions/vscode/src/VsCodeIde.ts

Calls

no outgoing calls

Tested by

no test coverage detected