(p: string)
| 148 | }); |
| 149 | |
| 150 | const posixRel = (p: string): string => relative(hostPath, p).split('\\').join('/'); |
| 151 | |
| 152 | const allSelected = selected.length === repos.length; |
| 153 | const allAtDepthOne = repos.every((p) => !posixRel(p).includes('/')); |
no outgoing calls
no test coverage detected