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

Function getInlineLineNumber

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

Source from the content-addressed store, hash-verified

57687 })({ lines: o.replace(/\n$/, '').split('\n'), style: w, startingLineNumber: x })
57688 )
57689 }
57690 function getInlineLineNumber(s, o) {
57691 return {
57692 type: 'element',
57693 tagName: 'span',
57694 properties: {
57695 key: 'line-number--'.concat(s),
57696 className: ['comment', 'linenumber', 'react-syntax-highlighter-line-number'],
57697 style: o,
57698 },
57699 children: [{ type: 'text', value: s }],
57700 }
57701 }
57702 function assembleLineNumberStyles(s, o, i) {
57703 var a,

Callers 2

createLineElementFunction · 0.85
createLineFunction · 0.85

Calls 1

concatMethod · 0.80

Tested by

no test coverage detected