(context)
| 661 | } |
| 662 | |
| 663 | function xcodeContextCachePath(context) { |
| 664 | return path.join(context.buildRoot, "xcode-context-cache.json"); |
| 665 | } |
| 666 | |
| 667 | function xcodeCacheIdentity(args, derivedDataPath) { |
| 668 | return { |
no outgoing calls
no test coverage detected