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

Function ancestorLineageToJSONPointer

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

Source from the content-addressed store, hash-verified

52008 },
52009 },
52010 pw = uw,
52011 ancestorLineageToJSONPointer = (s) => {
52012 const o = s.reduce((o, i, a) => {
52013 if (Ru(i)) {
52014 const s = String(serializers_value(i.key))
52015 o.push(s)
52016 } else if (Mu(s[a - 2])) {
52017 const u = String(s[a - 2].content.indexOf(i))
52018 o.push(u)
52019 }
52020 return o
52021 }, [])
52022 return es_compile(o)
52023 },
52024 apidom_ns_openapi_3_1_src_refractor_toolbox = () => {
52025 const s = createNamespace(pw)

Callers

nothing calls this directly

Calls 5

serializers_valueFunction · 0.85
es_compileFunction · 0.85
RuFunction · 0.50
reduceMethod · 0.45
pushMethod · 0.45

Tested by

no test coverage detected