()
| 1680 | return currentSessionId |
| 1681 | }, |
| 1682 | get environmentId() { |
| 1683 | return environmentId |
| 1684 | }, |
| 1685 | getSSESequenceNum() { |
| 1686 | // lastTransportSequenceNum only updates when a transport is CLOSED |
| 1687 | // (captured at swap/onClose). During normal operation the CURRENT |
nothing calls this directly
no outgoing calls
no test coverage detected