(error)
| 20795 | } |
| 20796 | |
| 20797 | function formatUserError(error) { |
| 20798 | return error instanceof Error ? error.message : String(error); |
| 20799 | } |
| 20800 | |
| 20801 | function formatAccountIdentity(identity) { |
| 20802 | if (!identity) { |
no outgoing calls
no test coverage detected