Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/massCodeIO/massCode
/ useNoteSearch
Function
useNoteSearch
src/renderer/composables/spaces/notes/useNoteSearch.ts:73–83 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
71
}
72
73
export
function
useNoteSearch() {
74
return
{
75
clearSearch,
76
displayedNotes,
77
isSearch,
78
search,
79
searchQuery,
80
searchSelectedIndex,
81
selectSearchNote,
82
}
83
}
Callers
5
useCommandPalette.ts
File · 0.90
useNotesSpaceInitialization.ts
File · 0.90
useNotesSelectionNormalization.ts
File · 0.90
useNoteFolderDragDrop
Function · 0.90
useNotesWorkspaceNavigation.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected