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

Function pathIsSupported

scripts/opencomic.js:1285–1291  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

1283});
1284
1285function pathIsSupported(path)
1286{
1287 if(compatible.open(path) || fs.statSync(path).isDirectory())
1288 return true;
1289
1290 return false;
1291}
1292
1293function openComicDialog(folders = false)
1294{

Callers 3

openComicFunction · 0.85
addComicsToLibraryFunction · 0.85
handleDropFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected