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

Function lookupGetter

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

Source from the content-addressed store, hash-verified

67790 }
67791 return o
67792 }
67793 function lookupGetter(s, o) {
67794 for (; null !== s; ) {
67795 const i = zC(s, o)
67796 if (i) {
67797 if (i.get) return unapply(i.get)
67798 if ('function' == typeof i.value) return unapply(i.value)
67799 }
67800 s = VC(s)
67801 }
67802 return function fallbackValue() {
67803 return null
67804 }
67805 }
67806 const Jj = WC([
67807 'a',

Callers 1

Calls 3

unapplyFunction · 0.85
VCFunction · 0.85
zCFunction · 0.50

Tested by

no test coverage detected