(root: string, abs: string)
| 27 | } |
| 28 | |
| 29 | function isVaultSettingsPath(root: string, abs: string): boolean { |
| 30 | return relativeVaultPath(root, abs) === VAULT_SETTINGS_RELATIVE_PATH |
| 31 | } |
| 32 | |
| 33 | function commentsNotePath(root: string, abs: string): string | null { |
| 34 | const rel = relativeVaultPath(root, abs) |
no test coverage detected