Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
996
function
invertBackslash(string)
997
{
998
return
(string ||
''
).replace(/\\+/g,
'/'
);
999
}
1000
1001
function
encodeSrcURI(string)
1002
{
Callers
1
opencomic.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected