()
| 1110 | } |
| 1111 | |
| 1112 | export function getSessionSource(): string | undefined { |
| 1113 | return STATE.sessionSource |
| 1114 | } |
| 1115 | |
| 1116 | export function setSessionSource(source: string): void { |
| 1117 | STATE.sessionSource = source |
nothing calls this directly
no outgoing calls
no test coverage detected