MCPcopy Create free account
hub / github.com/Tron521/codex-console-temp / isEfunSupplier

Function isEfunSupplier

static/js/payment.js:1693–1696  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

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

Callers 1

Calls 1

Tested by

no test coverage detected