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

Function clearBillingText

static/js/payment.js:1077–1082  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1075}
1076
1077function clearBillingText() {
1078 setInputValue("billing-paste-text", "");
1079 billingBatchProfiles = [];
1080 renderBatchProfiles();
1081 setParseResult("", "info");
1082}
1083
1084function bindBillingEvents() {
1085 document.getElementById("parse-billing-btn")?.addEventListener("click", parseSingleBillingText);

Callers

nothing calls this directly

Calls 3

setInputValueFunction · 0.85
renderBatchProfilesFunction · 0.85
setParseResultFunction · 0.85

Tested by

no test coverage detected