MCPcopy Create free account
hub / github.com/searchkit/searchkit / setSortBy

Method setSortBy

packages/searchkit-sdk/src/core/QueryManager.ts:101–103  ·  view source on GitHub ↗
(sort: SortingOption)

Source from the content-addressed store, hash-verified

99 }
100
101 setSortBy(sort: SortingOption): void {
102 this.sortBy = sort
103 }
104
105 getSortBy(): SortingOption {
106 return this.sortBy

Callers 1

fetchDataFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected