MCPcopy Index your code
hub / github.com/dataease/SQLBot / sources_url

Function sources_url

frontend/public/swagger-ui-bundle.js:75296–75323  ·  view source on GitHub ↗
({ url: s, system: o })

Source from the content-addressed store, hash-verified

75294 )
75295 },
75296 sources_url =
75297 ({ url: s, system: o }) =>
75298 async (i) => {
75299 if (!s) return {}
75300 if ('function' != typeof o.configsActions?.getConfigByUrl) return {}
75301 const a = (() => {
75302 const s = {}
75303 return (
75304 (s.promise = new Promise((o, i) => {
75305 ;((s.resolve = o), (s.reject = i))
75306 })),
75307 s
75308 )
75309 })()
75310 return (
75311 o.configsActions.getConfigByUrl(
75312 {
75313 url: s,
75314 loadRemoteConfig: !0,
75315 requestInterceptor: i.requestInterceptor,
75316 responseInterceptor: i.responseInterceptor,
75317 },
75318 (s) => {
75319 a.resolve(s)
75320 }
75321 ),
75322 a.promise
75323 )
75324 },
75325 runtime = () => () => {
75326 const s = {}

Callers 1

SwaggerUIFunction · 0.85

Calls 1

resolveMethod · 0.80

Tested by

no test coverage detected