Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitwarden/clients
/ sort
Method
sort
libs/components/src/table/table-data-source.ts:52–54 ·
view source on GitHub ↗
(sort: Sort)
Source
from the content-addressed store, hash-verified
50
}
51
52
set sort(sort: Sort) {
53
this._sort.next(sort);
54
}
55
56
get sort() {
57
return
this._sort.value;
Callers
15
extractToken
Function · 0.45
VaultPopupListFiltersService
Class · 0.45
VaultPopupItemsService
Class · 0.45
update
Method · 0.45
generateRandomCustomElementName
Function · 0.45
sortAutofillFieldElementsMap
Method · 0.45
getAncestorHeadings
Method · 0.45
collect-autofill-content.service.spec.ts
File · 0.45
overlay.background.spec.ts
File · 0.45
getCipherViews
Method · 0.45
getAllCipherTypeViews
Method · 0.45
constructor
Method · 0.45
Calls
1
next
Method · 0.45
Tested by
no test coverage detected