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

Function dereference

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

Source from the content-addressed store, hash-verified

42627 const tp = za(function (s, o) {
42628 return pipe(Ha(''), ep(sc(s)), rc(''))(o)
42629 }),
42630 dereference = (s, o) => {
42631 const i = Na(s, o)
42632 return Wu((s) => {
42633 if (fu(s) && Yu('$ref', s) && Xu(Jc, '$ref', s)) {
42634 const o = Qu(['$ref'], s),
42635 a = tp('#/', o)
42636 return Qu(a.split('/'), i)
42637 }
42638 return fu(s) ? dereference(s, i) : s
42639 }, s)
42640 },
42641 assignSourceMap = (s, o) => (
42642 (s.startPositionRow = null == o ? void 0 : o.startPositionRow),

Calls 6

fuFunction · 0.85
tpFunction · 0.85
NaFunction · 0.50
WuFunction · 0.50
YuFunction · 0.50
XuFunction · 0.50

Tested by

no test coverage detected