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

Function protoChain

frontend/public/swagger-ui-bundle.js:45757–45760  ·  view source on GitHub ↗
(s, o = [s])

Source from the content-addressed store, hash-verified

45755 for (let s of i) delete a[s]
45756 Object.defineProperties(s, a)
45757 },
45758 protoChain = (s, o = [s]) => {
45759 const i = Object.getPrototypeOf(s)
45760 return null === i ? o : protoChain(i, [...o, i])
45761 },
45762 hardMixProtos = (s, o, i = []) => {
45763 var a

Callers 3

hardMixProtosFunction · 0.85
getIngredientWithPropFunction · 0.85
deepDecoratorSearchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected