Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
getImageProviderLabel
Function · 0.85
saveInputState
Function · 0.85
applyInputState
Function · 0.85
getEffectiveImageProvider
Function · 0.85
getResolvedImageBaseUrl
Function · 0.85
updateRouteSummary
Function · 0.85
syncRoutingControls
Function · 0.85
initInputPage
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected