()
| 168 | |
| 169 | /** Flip the once-per-session flag. Call only when a dialog is actually shown. */ |
| 170 | export function markShownThisSession(): void { |
| 171 | shownThisSession = true |
| 172 | } |
| 173 | |
| 174 | export const subscribeToPendingHint = pendingHintChanged.subscribe |
| 175 |
no outgoing calls
no test coverage detected