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

Function getInputValue

static/js/payment.js:323–325  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

321}
322
323function getInputValue(id) {
324 return (document.getElementById(id)?.value || "").trim();
325}
326
327function setInputValue(id, value) {
328 const el = document.getElementById(id);

Callers 12

randomBillingByCountryFunction · 0.85
collectBillingFormDataFunction · 0.85
saveCurrentAsTemplateFunction · 0.85
parseSingleBillingTextFunction · 0.85
parseBatchBillingTextFunction · 0.85
collectVendorConfigFunction · 0.85
renderEfunPoolHintFunction · 0.85
collectEfunConfigFunction · 0.85
redeemEfunAndFillFunction · 0.85
collectThirdPartyConfigFunction · 0.85
payment.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected