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

Function getResolvedPrimaryBaseUrl

web/app.js:909–911  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

907 }
908
909 function getResolvedPrimaryBaseUrl() {
910 return (baseUrlInput?.value.trim() || DEFAULT_CUSTOM_BASE_URL);
911 }
912
913 function getResolvedImageBaseUrl() {
914 const imageProviderSource = normalizeImageProviderValue(imageProviderInput?.value ?? "same");

Callers 4

getResolvedImageBaseUrlFunction · 0.85
updateRouteSummaryFunction · 0.85
syncRoutingControlsFunction · 0.85
initInputPageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected