Skip to content

Commit

Permalink
Internal change.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 725685769
Change-Id: I8be4b254bc3121df0f27b2460662fa1430d792ac
  • Loading branch information
aoeui authored and copybara-github committed Feb 11, 2025
1 parent 76bcfe3 commit d7c71fa
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,16 @@ final class VersionedChanges {
}
}

@VisibleForTesting
ConcurrentHashMap<String, int[]> getFileChangesForTesting() {
return fileChanges;
}

@VisibleForTesting
ConcurrentHashMap<String, int[]> getListingChangesForTesting() {
return listingChanges;
}

/**
* Checks for a change to {@code path} with at least version {@code validityHorizon}.
*
Expand Down

0 comments on commit d7c71fa

Please sign in to comment.