MCPcopy Index your code
hub / github.com/Hashnode/starter-kit / l

Function l

packages/utils/renderer/highlight.js:76–88  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

74 s = '',
75 o = [];
76 function l() {
77 return e.length && n.length
78 ? e[0].offset !== n[0].offset
79 ? e[0].offset < n[0].offset
80 ? e
81 : n
82 : 'start' === n[0].event
83 ? e
84 : n
85 : e.length
86 ? e
87 : n;
88 }
89 function c(e) {
90 s +=
91 '<' +

Callers 1

highlight.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected