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

Function defaultRenderer

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

Source from the content-addressed store, hash-verified

57853 }
57854 return o ? B : (j = []).concat.apply(j, B)
57855 }
57856 function defaultRenderer(s) {
57857 var o = s.rows,
57858 i = s.stylesheet,
57859 a = s.useInlineStyles
57860 return o.map(function (s, o) {
57861 return createElement({
57862 node: s,
57863 stylesheet: i,
57864 useInlineStyles: a,
57865 key: 'code-segment-'.concat(o),
57866 })
57867 })
57868 }
57869 function isHighlightJs(s) {
57870 return s && void 0 !== s.highlightAuto

Callers

nothing calls this directly

Calls 3

createElementFunction · 0.85
concatMethod · 0.80
mapMethod · 0.45

Tested by

no test coverage detected