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

Function normalizeCardPoolSupplier

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

Source from the content-addressed store, hash-verified

1684}
1685
1686function normalizeCardPoolSupplier(value) {
1687 return String(value || "")
1688 .trim()
1689 .toLowerCase()
1690 .replace(/[\s_-]+/g, "");
1691}
1692
1693function isEfunSupplier(value) {
1694 const normalized = normalizeCardPoolSupplier(value);

Callers 2

isEfunSupplierFunction · 0.85
loadCardPoolRedeemCodesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected