MCPcopy Index your code
hub / github.com/ZenNotes/zennotes / invalidateTextSearchCache

Method invalidateTextSearchCache

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

Source from the content-addressed store, hash-verified

221}
222
223func (v *Vault) invalidateTextSearchCache() {
224 v.searchCacheMu.Lock()
225 v.searchCache = nil
226 v.searchCacheMu.Unlock()
227 v.invalidateNoteMetaCache()
228}
229
230func New(root string, opts Options) (*Vault, error) {
231 abs, err := filepath.Abs(root)

Callers 13

SetSettingsMethod · 0.95
WriteNoteMethod · 0.95
CreateNoteMethod · 0.95
CreateExcalidrawMethod · 0.95
renameNoteFileMethod · 0.95
DeleteNoteMethod · 0.95
moveBetweenFoldersMethod · 0.95
EmptyTrashMethod · 0.95
DuplicateNoteMethod · 0.95
MoveNoteMethod · 0.95
RenameFolderMethod · 0.95
DeleteFolderMethod · 0.95

Calls 1

Tested by

no test coverage detected