MCPcopy
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
991function escapeBackSlash(string)
992{
993 return (string || '').replace(/\\/g, '\\\\');
994}
995
996function invertBackslash(string)
997{

Callers 14

downloadFunction · 0.85
addUrlFunctionsFunction · 0.85
processTheImageQueueFunction · 0.85
returnThumbnailsImagesFunction · 0.85
showNextComicFunction · 0.85
showPreviousComicFunction · 0.85
comicContextMenuFunction · 0.85
deletePermanentlyFunction · 0.85
opencomic.jsFile · 0.85
loadFunction · 0.85
searchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected