MCPcopy Create free account
hub / github.com/ZenNotes/zennotes / noteMetaCachePath

Method noteMetaCachePath

apps/server/internal/vault/vault.go:211–213  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls

Tested by

no test coverage detected