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

Function firstCompressedFileRealPath

scripts/file-manager.js:3052–3055  ·  view source on GitHub ↗
(path, index = 0)

Source from the content-addressed store, hash-verified

3050}
3051
3052function firstCompressedFileRealPath(path, index = 0)
3053{
3054 return isServer(path) ? realPath(firstCompressedFile(path, index), -1) : firstCompressedFile(path, index);
3055}
3056
3057
3058function lastCompressedFile(path, index = 0)

Callers 1

fileFunction · 0.85

Calls 3

isServerFunction · 0.85
realPathFunction · 0.85
firstCompressedFileFunction · 0.85

Tested by

no test coverage detected