(session: Session)
| 231 | } |
| 232 | |
| 233 | export function getSessionPersistenceSnapshot(session: Session): Session { |
| 234 | return modifySessionBeforeSave(session); |
| 235 | } |
| 236 | |
| 237 | /** |
| 238 | * Get the complete state snapshot that matches the /state endpoint format |
no test coverage detected