(type: DirectoryContentType, name: string, path: string)
| 5 | } |
| 6 | |
| 7 | export function createDirectoryContent(type: DirectoryContentType, name: string, path: string): DirectoryContent { |
| 8 | return {[type]: [name, path]}; |
| 9 | } |
no outgoing calls
no test coverage detected