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

Method resolve

frontend/public/swagger-ui-bundle.js:52569–52575  ·  view source on GitHub ↗
(s, o)

Source from the content-addressed store, hash-verified

52567 const i = o.dereference.strategies.find((s) => 'openapi-3-1' === s.name)
52568 return void 0 !== i && i.canDereference(s, o)
52569 }
52570 async resolve(s, o) {
52571 const i = o.dereference.strategies.find((s) => 'openapi-3-1' === s.name)
52572 if (void 0 === i) throw new Aw('"openapi-3-1" dereference strategy is not available.')
52573 const a = new gw(),
52574 u = util_merge(o, { resolve: { internal: !1 }, dereference: { refSet: a } })
52575 return (await i.dereference(s, u), a)
52576 }
52577 }
52578 const Mw = class Resolver {

Callers 15

vite.config.tsFile · 0.80
composeNodeFunction · 0.80
writeScalarFunction · 0.80
extractFromDocFunction · 0.80
getDocFunction · 0.80
dispatchMethod · 0.80
makeResolveFunction · 0.80
sources_urlFunction · 0.80
oMethod · 0.80
rMethod · 0.80
rFunction · 0.80

Calls 3

util_mergeFunction · 0.85
findMethod · 0.45
dereferenceMethod · 0.45

Tested by

no test coverage detected