(text: string, cwd: string)
| 117 | * ordinary prose words can't be mistaken for paths. Images are handled separately. |
| 118 | */ |
| 119 | export function findFsPaths(text: string, cwd: string): FsPath[] { |
| 120 | return splitPathsAndText(text, cwd).paths; |
| 121 | } |
no test coverage detected