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

Function view_legacy

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

Source from the content-addressed store, hash-verified

57191 fn: { getDisplayName },
57192 }
57193 },
57194 view_legacy = ({ React: s, getSystem: o, getStore: i, getComponents: a }) => {
57195 const u = {},
57196 _ = parseInt(s?.version, 10)
57197 return (
57198 _ >= 16 &&
57199 _ < 18 &&
57200 (u.render = ((s, o, i, a) => (u) => {
57201 const _ = i(s, o, a)('App', 'root')
57202 Zx.render(Re.createElement(_, null), u)
57203 })(o, i, getComponent, a)),
57204 { rootInjects: u }
57205 )
57206 }
57207 function downloadUrlPlugin(s) {
57208 let { fn: o } = s

Callers

nothing calls this directly

Calls 2

iFunction · 0.70
renderMethod · 0.45

Tested by

no test coverage detected