| 113 | mode: number; |
| 114 | } |
| 115 | export interface GetAllFilesResult { |
| 116 | files: Record<string, FileWithPermissions>; |
| 117 | ignoredCount: number; |
| 118 | } |
| 119 | |
| 120 | export function getAllFilesWithCount( |
| 121 | dirPath: string, |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…