| 46 | } |
| 47 | |
| 48 | export interface FenceScanResult { |
| 49 | scanned: number; |
| 50 | fixed: number; |
| 51 | fixedFiles: string[]; |
| 52 | backupDir: string | null; |
| 53 | } |
| 54 | |
| 55 | /** |
| 56 | * Walk the wiki subdirectories and rewrite any files whose content changes |
nothing calls this directly
no outgoing calls
no test coverage detected