(root: string)
| 710 | } |
| 711 | |
| 712 | function noteMetaCachePath(root: string): string { |
| 713 | return path.join(root, INTERNAL_VAULT_DIR, NOTE_META_CACHE_FILE) |
| 714 | } |
| 715 | |
| 716 | function noteCommentsRoot(root: string): string { |
| 717 | return path.join(root, INTERNAL_VAULT_DIR, NOTE_COMMENTS_DIR) |
no outgoing calls
no test coverage detected