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

Method getDiff

core/index.d.ts:836–836  ·  view source on GitHub ↗
(includeUnstaged: boolean)

Source from the content-addressed store, hash-verified

834 getIdeSettings(): Promise<IdeSettings>;
835
836 getDiff(includeUnstaged: boolean): Promise<string[]>;
837
838 getClipboardContent(): Promise<{ text: string; copiedAt: string }>;
839

Callers 7

commit.tsFile · 0.65
initializeListenersMethod · 0.65
getContextItemsMethod · 0.65
getDiffFnFunction · 0.65
getDiffMethod · 0.65
constructorMethod · 0.65
registerHandlersMethod · 0.65

Implementers 3

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

Calls

no outgoing calls

Tested by 1

registerHandlersMethod · 0.52