(value)
| 1691 | } |
| 1692 | |
| 1693 | function isEfunSupplier(value) { |
| 1694 | const normalized = normalizeCardPoolSupplier(value); |
| 1695 | return normalized === CARD_POOL_EFUN_SUPPLIER_KEY || normalized === "efuncard"; |
| 1696 | } |
| 1697 | |
| 1698 | function getCardPoolResolvedStatus(item) { |
| 1699 | if (!item) return "used"; |
no test coverage detected