True when targetPath isn't the composition the SDK session models.
(deps: CutoverDeps, targetPath: string)
| 78 | |
| 79 | /** True when targetPath isn't the composition the SDK session models. */ |
| 80 | function wrongCompositionFile(deps: CutoverDeps, targetPath: string): boolean { |
| 81 | return deps.compositionPath != null && targetPath !== deps.compositionPath; |
| 82 | } |
| 83 | |
| 84 | interface CutoverOptions { |
| 85 | label?: string; |
no outgoing calls
no test coverage detected