()
| 429 | const STATE: State = getInitialState() |
| 430 | |
| 431 | export function getSessionId(): SessionId { |
| 432 | return STATE.sessionId |
| 433 | } |
| 434 | |
| 435 | export function regenerateSessionId( |
| 436 | options: { setCurrentAsParent?: boolean } = {}, |
no outgoing calls
no test coverage detected