MCPcopy
hub / github.com/ollm/OpenComic / invertBackslash

Function invertBackslash

scripts/opencomic.js:996–999  ·  view source on GitHub ↗
(string)

Source from the content-addressed store, hash-verified

994}
995
996function invertBackslash(string)
997{
998 return (string || '').replace(/\\+/g, '/');
999}
1000
1001function encodeSrcURI(string)
1002{

Callers 1

opencomic.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected