Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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,
'&'
).replace(/</g,
'<'
).replace(/>/g,
'>'
);
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
c
Function · 0.85
s
Function · 0.85
a
Function · 0.85
v
Function · 0.85
Calls
1
t
Function · 0.85
Tested by
no test coverage detected