(rel string)
| 526 | } |
| 527 | |
| 528 | func (v *Vault) commentsPath(rel string) (string, error) { |
| 529 | return SafeJoin(v.commentsRoot(), filepath.ToSlash(rel)+noteCommentsSuffix) |
| 530 | } |
| 531 | |
| 532 | func (v *Vault) inferPrimaryNotesLocation() PrimaryNotesLocation { |
| 533 | entries, err := os.ReadDir(v.root) |
no test coverage detected