MCPcopy Create free account
hub / github.com/nodejs/node / createCombinedCodeActions

Function createCombinedCodeActions

test/fixtures/snapshot/typescript.js:150182–150184  ·  view source on GitHub ↗
(changes, commands)

Source from the content-addressed store, hash-verified

150180 }
150181 codefix.getAllFixes = getAllFixes;
150182 function createCombinedCodeActions(changes, commands) {
150183 return { changes: changes, commands: commands };
150184 }
150185 codefix.createCombinedCodeActions = createCombinedCodeActions;
150186 function createFileTextChanges(fileName, textChanges) {
150187 return { fileName: fileName, textChanges: textChanges };

Callers 1

codeFixAllFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected