(path: string)
| 114 | } |
| 115 | |
| 116 | export function normalizeTaskModalProjectPath(path: string): string { |
| 117 | return path.trim().replace(/\.md$/i, "").toLowerCase(); |
| 118 | } |
| 119 | |
| 120 | export function renderTaskModalProjectsList({ |
| 121 | app, |
no outgoing calls
no test coverage detected