Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GarliqBread/Noteup
/ getNotesSorter
Function
getNotesSorter
src/utils/sorting.ts:52–53 ·
view source on GitHub ↗
(notesSortKey: NotesSortKey)
Source
from the content-addressed store, hash-verified
50
};
51
52
export
const
getNotesSorter = (notesSortKey: NotesSortKey) =>
53
withPinned(sortStrategyMap[notesSortKey].sort);
Callers
2
notes.recoil.ts
File · 0.90
folder.recoil.ts
File · 0.90
Calls
1
withPinned
Function · 0.85
Tested by
no test coverage detected