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

Function loadWebdav

scripts/opencomic.js:575–579  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

573}
574
575async function loadWebdav()
576{
577 let webdav = await import(asarToAsarUnpacked(p.join(appDir, 'node_modules/webdav/dist/web/index.js')));
578 return webdav;
579}
580
581/*Global functions*/
582

Callers 1

clientFunction · 0.85

Calls 1

asarToAsarUnpackedFunction · 0.70

Tested by

no test coverage detected