Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alephdata/aleph
/ hasSort
Method
hasSort
ui/src/app/Query.js:168–170 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
166
}
167
168
hasSort() {
169
return
this.has(
'sort'
);
170
}
171
172
sortBy(name, direction) {
173
if
(!name || !direction) {
Callers
1
defaultSortBy
Method · 0.95
Calls
1
has
Method · 0.95
Tested by
no test coverage detected