Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
323
function
getInputValue(id) {
324
return
(document.getElementById(id)?.value ||
""
).trim();
325
}
326
327
function
setInputValue(id, value) {
328
const
el = document.getElementById(id);
Callers
12
randomBillingByCountry
Function · 0.85
collectBillingFormData
Function · 0.85
saveCurrentAsTemplate
Function · 0.85
parseSingleBillingText
Function · 0.85
parseBatchBillingText
Function · 0.85
collectVendorConfig
Function · 0.85
renderEfunPoolHint
Function · 0.85
resolveEfunCodeFromInputOrPool
Function · 0.85
collectEfunConfig
Function · 0.85
redeemEfunAndFill
Function · 0.85
collectThirdPartyConfig
Function · 0.85
payment.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected