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

Function getDoc

frontend/public/swagger-ui-bundle.js:40983–40990  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

40981 }
40982 return getDoc(s).then((s) => extract(o, s))
40983 }
40984 function getDoc(s) {
40985 const o = Jl[s]
40986 return o
40987 ? Wo.isPromise(o)
40988 ? o
40989 : Promise.resolve(o)
40990 : ((Jl[s] = Yl.fetchJSON(s).then((o) => ((Jl[s] = o), o))), Jl[s])
40991 }
40992 function extract(s, o) {
40993 const i = jsonPointerToArray(s)

Callers 1

extractFromDocFunction · 0.85

Calls 2

resolveMethod · 0.80
thenMethod · 0.45

Tested by

no test coverage detected