Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplify logic for finding the most specific load path for absolute p…
…aths Simplified the implementation for determining the load path that contains an absolute path feature by replacing the relative path size comparison with a direct check of the longest matching path. This change removes unnecessary relative path calculations, leveraging the fact that subpath? already ensures a match, thus making the code more efficient and easier to understand.
- Loading branch information