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

Function assembleLineNumberStyles

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

Source from the content-addressed store, hash-verified

57699 children: [{ type: 'text', value: s }],
57700 }
57701 }
57702 function assembleLineNumberStyles(s, o, i) {
57703 var a,
57704 u = {
57705 display: 'inline-block',
57706 minWidth: ((a = i), ''.concat(a.toString().length, '.25em')),
57707 paddingRight: '1em',
57708 textAlign: 'right',
57709 userSelect: 'none',
57710 },
57711 _ = 'function' == typeof s ? s(o) : s
57712 return highlight_objectSpread(highlight_objectSpread({}, u), _)
57713 }
57714 function createLineElement(s) {
57715 var o = s.children,

Callers 2

createLineElementFunction · 0.85
createLineFunction · 0.85

Calls 4

highlight_objectSpreadFunction · 0.85
concatMethod · 0.80
sFunction · 0.50
toStringMethod · 0.45

Tested by

no test coverage detected