()
| 158 | } |
| 159 | |
| 160 | getRevision(): number { |
| 161 | return this.revision; |
| 162 | } |
| 163 | |
| 164 | setDefaultsIfRevision(partial: Partial<SessionDefaults>, expectedRevision: number): boolean { |
| 165 | return this.setDefaultsIfRevisionForProfile(this.activeProfile, partial, expectedRevision); |
no outgoing calls