MCPcopy 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
52export const getNotesSorter = (notesSortKey: NotesSortKey) =>
53 withPinned(sortStrategyMap[notesSortKey].sort);

Callers 2

notes.recoil.tsFile · 0.90
folder.recoil.tsFile · 0.90

Calls 1

withPinnedFunction · 0.85

Tested by

no test coverage detected