Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ollm/OpenComic
/ toUnixPath
Function
toUnixPath
scripts/opencomic.js:1017–1020 ·
view source on GitHub ↗
(string)
Source
from the content-addressed store, hash-verified
1015
}
1016
1017
function
toUnixPath(string)
1018
{
1019
return
string.replace(/\\+/g,
'/'
).trim().replace(/^c\:/ig,
'/'
);
1020
}
1021
1022
function
joinRegexs(regexs)
1023
{
Callers
1
opencomic.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected