Files
sourcekit-lsp/Sources/SourceKitLSP
Alex Hoppen 8ed842b96d Show unapplied function references in call hierarchy
With https://github.com/apple/swift/pull/72930 we can use the `containedBy` instead of `calledBy` relation for the call hierarchy, which allows us to show unapplied function references in the call hierarchy as well.

rdar://123769825
2024-04-19 21:47:54 -07:00
..