Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
575
async
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
client
Function · 0.85
Calls
1
asarToAsarUnpacked
Function · 0.70
Tested by
no test coverage detected