* Get current service state (shallow copy for immutability)
()
| 56 | * Get current service state (shallow copy for immutability) |
| 57 | */ |
| 58 | getState(): TState { |
| 59 | return { ...this.currentState }; |
| 60 | } |
| 61 | |
| 62 | /** |
| 63 | * Update service state and emit change event |
no outgoing calls
no test coverage detected