(p: string)
| 1441 | } |
| 1442 | |
| 1443 | function markdownDestination(p: string): string { |
| 1444 | return `<${p.replace(/>/g, '%3E')}>` |
| 1445 | } |
| 1446 | |
| 1447 | function folderOf(root: string, absPath: string): NoteFolder | null { |
| 1448 | return folderForRelativePath(path.relative(root, absPath)) |
no outgoing calls
no test coverage detected