* Get the session from the scope.
()
| 483 | * Get the session from the scope. |
| 484 | */ |
| 485 | public getSession(): Session | undefined { |
| 486 | return this._session; |
| 487 | } |
| 488 | |
| 489 | /** |
| 490 | * Updates the scope with provided data. Can work in three variations: |
no outgoing calls
no test coverage detected