Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/documentcloud/visualsearch
/ escape
Function
escape
docs/assets/highlight.js:10–12 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
8
/* Utility functions */
9
10
function
escape(value) {
11
return
value.replace(/&/gm,
'&'
).replace(/</gm,
'<'
);
12
}
13
14
function
langRe(language, value, global) {
15
return
RegExp(
Callers
7
open
Function · 0.70
mergeStreams
Function · 0.70
processKeywords
Function · 0.70
startNewMode
Function · 0.70
processModeInfo
Function · 0.70
highlight
Function · 0.70
highlightBlock
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected