MCPcopy
hub / github.com/tmcw/big / r

Function r

lib/highlight.js:17–19  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

15 return e.replace(/&/g, '&amp;').replace(/</g, '&lt;').replace(/>/g, '&gt;');
16 }
17 function r(e) {
18 return e.nodeName.toLowerCase();
19 }
20 function a(e, t) {
21 var r = e && e.exec(t);
22 return r && 0 === r.index;

Callers 4

cFunction · 0.85
sFunction · 0.85
aFunction · 0.85
vFunction · 0.85

Calls 1

tFunction · 0.85

Tested by

no test coverage detected