MCPcopy Index your code
hub / github.com/bigcode-project/jupytercoder / fileNameChanged

Function fileNameChanged

src/diff.js:1222–1224  ·  view source on GitHub ↗
(patch)

Source from the content-addressed store, hash-verified

1220 }
1221
1222 function fileNameChanged(patch) {
1223 return patch.newFileName && patch.newFileName !== patch.oldFileName;
1224 }
1225
1226 function selectField(index, mine, theirs) {
1227 if (mine === theirs) {

Callers 1

mergeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected