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

Function getAvailableEfunPoolCodes

static/js/payment.js:1728–1732  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1726}
1727
1728function getAvailableEfunPoolCodes() {
1729 return loadCardPoolRedeemCodes().filter(
1730 (item) => isEfunSupplier(item.supplier) && item.status === "unused"
1731 );
1732}
1733
1734function renderEfunPoolHint() {
1735 const hintEl = document.getElementById("efun-pool-hint");

Callers 2

renderEfunPoolHintFunction · 0.85

Calls 3

loadCardPoolRedeemCodesFunction · 0.85
isEfunSupplierFunction · 0.85
filterMethod · 0.45

Tested by

no test coverage detected