MCPcopy
hub / github.com/ResearAI/AutoFigure-Edit / normalizeImageProviderValue

Function normalizeImageProviderValue

web/app.js:663–665  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

661 }
662
663 function normalizeImageProviderValue(value) {
664 return value === "bianxie" ? "custom" : value;
665 }
666
667 const page = document.body.dataset.page;
668 bindLanguageSwitchers();

Callers 8

getImageProviderLabelFunction · 0.85
saveInputStateFunction · 0.85
applyInputStateFunction · 0.85
getResolvedImageBaseUrlFunction · 0.85
updateRouteSummaryFunction · 0.85
syncRoutingControlsFunction · 0.85
initInputPageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected