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

Method add

extensions/vscode/src/otherExtensions/git.d.ts:221–221  ·  view source on GitHub ↗
(paths: string[])

Source from the content-addressed store, hash-verified

219 getCommit(ref: string): Promise<Commit>;
220
221 add(paths: string[]): Promise<void>;
222 revert(paths: string[]): Promise<void>;
223 clean(paths: string[]): Promise<void>;
224

Callers 15

addUserMethod · 0.65
addProjectMethod · 0.65
createEventMethod · 0.65
onMethod · 0.65
_convertMessagesMethod · 0.65
_convertBodyMethod · 0.65
parseAgentFileToolsFunction · 0.65
checkMethod · 0.65
getTemplateVariablesFunction · 0.65
handleToolCallBufferFunction · 0.65
highlightCodeMethod · 0.65

Calls

no outgoing calls

Tested by 2

hasCycleFunction · 0.52
canResolveAllFunction · 0.52