()
| 1698 | } |
| 1699 | |
| 1700 | function responseLanguage() { |
| 1701 | return state.locale === "en" ? "en" : "zh"; |
| 1702 | } |
| 1703 | |
| 1704 | async function runAction(action, busyText = ui().status.busy, options = {}) { |
| 1705 | const actionButton = options.button || state.lastActionButton; |
no outgoing calls
no test coverage detected