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