(fileName: string)
| 44 | } |
| 45 | |
| 46 | export function getLegacyFilePath(fileName: string): string { |
| 47 | return path.join(os.homedir(), LEGACY_DIR, fileName); |
| 48 | } |
| 49 | |
| 50 | /** |
| 51 | * Best-effort move of a legacy `~/.context7/<file>` into its new XDG location. |
no outgoing calls
no test coverage detected