(root: string)
| 706 | } |
| 707 | |
| 708 | function vaultSettingsPath(root: string): string { |
| 709 | return path.join(root, INTERNAL_VAULT_DIR, VAULT_SETTINGS_FILE) |
| 710 | } |
| 711 | |
| 712 | function noteMetaCachePath(root: string): string { |
| 713 | return path.join(root, INTERNAL_VAULT_DIR, NOTE_META_CACHE_FILE) |
no outgoing calls
no test coverage detected