MCPcopy
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
1017function toUnixPath(string)
1018{
1019 return string.replace(/\\+/g, '/').trim().replace(/^c\:/ig, '/');
1020}
1021
1022function joinRegexs(regexs)
1023{

Callers 1

opencomic.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected