MCPcopy 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

extractTokenFunction · 0.45
updateMethod · 0.45
getAncestorHeadingsMethod · 0.45
getCipherViewsMethod · 0.45
getAllCipherTypeViewsMethod · 0.45
constructorMethod · 0.45

Calls 1

nextMethod · 0.45

Tested by

no test coverage detected