Home
last modified time | relevance | path

Searched refs:shouldSwapSource (Results 1 – 2 of 2) sorted by relevance

/expo/packages/@expo/fingerprint/src/
H A DDedup.ts14 const [duplicatedItemIndex, shouldSwapSource] = findDuplicatedSourceIndex( constant
22 if (shouldSwapSource) {
54 let shouldSwapSource = false;
58 shouldSwapSource,
67 return [index, shouldSwapSource];
71 shouldSwapSource = true;
72 return [index, shouldSwapSource];
75 return [-1, shouldSwapSource];
/expo/packages/@expo/fingerprint/build/
H A DDedup.js16 …const [duplicatedItemIndex, shouldSwapSource] = findDuplicatedSourceIndex(newSources, source, proj…
20 if (shouldSwapSource) {
49 let shouldSwapSource = false;
53 shouldSwapSource,
61 return [index, shouldSwapSource];
65 shouldSwapSource = true;
66 return [index, shouldSwapSource];
69 return [-1, shouldSwapSource];