Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ollm/OpenComic
/ escapeBackSlash
Function
escapeBackSlash
scripts/opencomic.js:991–994 ·
view source on GitHub ↗
(string)
Source
from the content-addressed store, hash-verified
989
}
990
991
function
escapeBackSlash(string)
992
{
993
return
(string ||
''
).replace(/\\/g,
'\\\\'
);
994
}
995
996
function
invertBackslash(string)
997
{
Callers
14
download
Function · 0.85
addUrlFunctions
Function · 0.85
processTheImageQueue
Function · 0.85
returnThumbnailsImages
Function · 0.85
showNextComic
Function · 0.85
showPreviousComic
Function · 0.85
comicContextMenu
Function · 0.85
deletePermanently
Function · 0.85
opencomic.js
File · 0.85
load
Function · 0.85
applyShortcutPageConfigToAll
Function · 0.85
search
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected