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

Function c

packages/utils/renderer/highlight.js:89–99  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

87 : n;
88 }
89 function c(e) {
90 s +=
91 '<' +
92 a(e) +
93 [].map
94 .call(e.attributes, function (e) {
95 return ' ' + e.nodeName + '="' + t(e.value) + '"';
96 })
97 .join('') +
98 '>';
99 }
100 function u(e) {
101 s += '</' + a(e) + '>';
102 }

Callers 2

uFunction · 0.70
highlight.jsFile · 0.70

Calls 2

aFunction · 0.70
tFunction · 0.70

Tested by

no test coverage detected