* Get the session state for `id`, creating it if it doesn't exist. * * This is the primary access method. Callers never need to check * existence before reading — `get` always returns a valid state.
(id: string)
| 88 | * existence before reading — `get` always returns a valid state. |
| 89 | */ |
| 90 | get(id: string): SessionState |
| 91 | |
| 92 | /** |
| 93 | * Check whether a session exists without creating it. |
no outgoing calls