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

Function fillFromBatchProfile

static/js/payment.js:1069–1075  ·  view source on GitHub ↗
(index)

Source from the content-addressed store, hash-verified

1067}
1068
1069function fillFromBatchProfile(index) {
1070 const item = billingBatchProfiles[index];
1071 if (!item) return;
1072 fillBillingForm(item.parsed || {});
1073 const summary = buildParsedSummary(item.parsed || {});
1074 setParseResult(`已填充第 ${index + 1} 条:${summary.join(" | ")}`, "success");
1075}
1076
1077function clearBillingText() {
1078 setInputValue("billing-paste-text", "");

Callers

nothing calls this directly

Calls 3

fillBillingFormFunction · 0.85
buildParsedSummaryFunction · 0.85
setParseResultFunction · 0.85

Tested by

no test coverage detected