MCPcopy Create free account
hub / github.com/bitwarden/clients / refresh

Method refresh

libs/angular/src/tools/send/send.component.ts:135–142  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

133 }
134
135 async refresh() {
136 try {
137 this.refreshing = true;
138 await this.reload(this.filter);
139 } finally {
140 this.refreshing = false;
141 }
142 }
143
144 async applyFilter(filter: (send: SendView) => boolean = null) {
145 this.filter = filter;

Callers 1

deleteMethod · 0.95

Calls 1

reloadMethod · 0.95

Tested by

no test coverage detected