()
| 711 | let _trustAccepted = false |
| 712 | |
| 713 | export function resetTrustDialogAcceptedCacheForTesting(): void { |
| 714 | _trustAccepted = false |
| 715 | } |
| 716 | |
| 717 | export function checkHasTrustDialogAccepted(): boolean { |
| 718 | // Trust only transitions false→true during a session (never the reverse), |
nothing calls this directly
no outgoing calls
no test coverage detected