()
| 209 | } |
| 210 | |
| 211 | func (v *Vault) noteMetaCachePath() string { |
| 212 | return filepath.Join(v.root, internalVaultDir, noteMetaCacheFile) |
| 213 | } |
| 214 | |
| 215 | func (v *Vault) invalidateNoteMetaCache() { |
| 216 | v.metaCacheMu.Lock() |
no outgoing calls
no test coverage detected