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

Function view

frontend/public/swagger-ui-bundle.js:57180–57192  ·  view source on GitHub ↗
({ getComponents: s, getStore: o, getSystem: i })

Source from the content-addressed store, hash-verified

57178 : (_.failSilently || s().log.warn('Could not find component:', a), null)
57179 },
57180 getDisplayName = (s) => s.displayName || s.name || 'Component',
57181 view = ({ getComponents: s, getStore: o, getSystem: i }) => {
57182 const a = ((u = getComponent(i, o, s)), Pt(u, (...s) => JSON.stringify(s)))
57183 var u
57184 const _ = ((s) => utils_memoizeN(s, (...s) => s))(withMappedContainer(i, 0, a))
57185 return {
57186 rootInjects: {
57187 getComponent: a,
57188 makeMappedContainer: _,
57189 render: render(i, o, getComponent, s),
57190 },
57191 fn: { getDisplayName },
57192 }
57193 },
57194 view_legacy = ({ React: s, getSystem: o, getStore: i, getComponents: a }) => {
57195 const u = {},

Callers

nothing calls this directly

Calls 5

getComponentFunction · 0.85
PtFunction · 0.85
utils_memoizeNFunction · 0.85
withMappedContainerFunction · 0.85
renderFunction · 0.70

Tested by

no test coverage detected