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

Method getLastSync

apps/cli/src/vault/sync.command.ts:30–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28 }
29
30 private async getLastSync() {
31 const lastSyncDate = await this.syncService.getLastSync();
32 const res = new StringResponse(lastSyncDate == null ? null : lastSyncDate.toISOString());
33 return Response.success(res);
34 }
35}
36
37class Options {

Callers 8

runMethod · 0.95
setLastSyncMethod · 0.45
fullSyncMethod · 0.45
ngOnInitMethod · 0.45
runMethod · 0.45
organizationEnabledGuardFunction · 0.45
canActivateSMFunction · 0.45
needsSyncingMethod · 0.45

Calls 1

successMethod · 0.80

Tested by

no test coverage detected