MCPcopy Create free account
hub / github.com/tinyplex/tinybase / handleSort

Function handleSort

src/ui-svelte-dom/common/sortingAndPagination.svelte.ts:54–56  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

52 return [currentCellId, currentDescending, currentOffset] as SortAndOffset;
53 },
54 get handleSort() {
55 return handleSort;
56 },
57 get paginator() {
58 return isFalse(paginator)
59 ? undefined

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…