| 109 | } |
| 110 | |
| 111 | interface FileWithPermissions { |
| 112 | data: Uint8Array; |
| 113 | mode: number; |
| 114 | } |
| 115 | export interface GetAllFilesResult { |
| 116 | files: Record<string, FileWithPermissions>; |
| 117 | ignoredCount: number; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…