@@ -760,7 +760,7 @@ class EagerDir protected {
760
760
changesWritten > 0
761
761
}
762
762
763
- fun purgeOld(): FixedSourceMap {
763
+ private fun purgeOld(): FixedSourceMap {
764
764
current = 0;
765
765
acc = mutable Vector[];
766
766
add = minfo -> {
@@ -1454,7 +1454,7 @@ class EagerDir protected {
1454
1454
}
1455
1455
}
1456
1456
1457
- fun unsafeGetAllDataIterModified{
1457
+ private fun unsafeGetAllDataIterModified{
1458
1458
fixedIter: mutable Iterator<(Tick, Path, Path, Array<File>)>,
1459
1459
modified: mutable Iterator<(Tick, Path, Path, Array<File>)>,
1460
1460
}: mutable Iterator<(Tick, Path, Path, Array<File>)> {
@@ -1831,7 +1831,9 @@ class EagerDir protected {
1831
1831
this with {childDirs, slices, purgeCount}
1832
1832
}
1833
1833
1834
- fun purgeSlices(context: mutable Context): RangeMapList<Key, DirName> {
1834
+ private fun purgeSlices(
1835
+ context: mutable Context,
1836
+ ): RangeMapList<Key, DirName> {
1835
1837
slices = RangeMapList[];
1836
1838
childDirs = SortedSet[];
1837
1839
for (slice in this.slices) {
@@ -1990,7 +1992,7 @@ class EagerDir protected {
1990
1992
this with {childDirs => this.childDirs.remove(dirName)}
1991
1993
}
1992
1994
1993
- fun updateNewDirs(
1995
+ private fun updateNewDirs(
1994
1996
context: mutable Context,
1995
1997
source: Path,
1996
1998
newDirs: SortedSet<DirName>,
0 commit comments