MCPcopy Create free account
hub / github.com/microsoft/AI-Engineering-Coach / processEditOperations

Function processEditOperations

src/core/parser-vscode.ts:176–180  ·  view source on GitHub ↗
(operations: EditStateOperation[] | undefined, editLocIndex: ParseContext['editLocIndex'])

Source from the content-addressed store, hash-verified

174}
175
176function processEditOperations(operations: EditStateOperation[] | undefined, editLocIndex: ParseContext['editLocIndex']): void {
177 for (const op of (operations || [])) {
178 processEditOperation(op, editLocIndex);
179 }
180}
181
182function parseEditStateFile(stateFile: string, editLocIndex: ParseContext['editLocIndex']): void {
183 let raw: string;

Callers 1

parseEditStateFileFunction · 0.85

Calls 1

processEditOperationFunction · 0.85

Tested by

no test coverage detected