mirror of
https://github.com/apple/sourcekit-lsp.git
synced 2026-06-24 12:21:58 +02:00
3d7ebf7f20
Extract the copied-file adjustment logic from BuildServerManager into a Sendable value type CopiedFileMap. Call sites snapshot cachedCopiedFileMap once per request (hoisted before loops) instead of awaiting the actor on every iteration.