(nodes: FileTreeNode[])
| 276 | }> |
| 277 | |
| 278 | const flattenFileTree = (nodes: FileTreeNode[]): PathInfo[] => |
| 279 | getAllPathsWithDirectories(nodes) |
| 280 | |
| 281 | const getFileName = (filePath: string): string => { |
| 282 | const lastSlash = filePath.lastIndexOf('/') |
no test coverage detected