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

Function setInputValue

static/js/payment.js:327–331  ·  view source on GitHub ↗
(id, value)

Source from the content-addressed store, hash-verified

325}
326
327function setInputValue(id, value) {
328 const el = document.getElementById(id);
329 if (!el) return;
330 el.value = value ?? "";
331}
332
333function maskCardNumber(cardNumber) {
334 const digits = String(cardNumber || "").replace(/\D/g, "");

Callers 13

fillBillingFormFunction · 0.85
applySelectedTemplateFunction · 0.85
deleteSelectedTemplateFunction · 0.85
clearBillingTextFunction · 0.85
bindBillingEventsFunction · 0.85
collectVendorConfigFunction · 0.85
collectEfunConfigFunction · 0.85
redeemEfunAndFillFunction · 0.85
restoreBindModeConfigFunction · 0.85
payment.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected