mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
The intention here was to do a component-wise prefix check, not sure why I did a string prefix check. Switch to component prefix and rename to `starts(with:)` to match `FilePath`.