()
| 59 | } |
| 60 | |
| 61 | export function getCurrentSubscriptionSessionState(): SubscriptionSessionState { |
| 62 | return buildSubscriptionSessionState(getAuthRuntime().getCurrentSession()) |
| 63 | } |
| 64 | |
| 65 | export function shouldShowAgentConcurrencyNote( |
| 66 | session: SubscriptionSessionInput, |
no test coverage detected