MCPcopy
hub / github.com/tickmao/Novel / compatibility_source_file

Function compatibility_source_file

scripts/legado_paths.py:44–46  ·  view source on GitHub ↗

兼容文件:`sources/legado/full.json`。

(base_dir: Path | str | None = None)

Source from the content-addressed store, hash-verified

42
43
44def compatibility_source_file(base_dir: Path | str | None = None) -> Path:
45 """兼容文件:`sources/legado/full.json`。"""
46 return resolve_legado_dir(base_dir) / "full.json"
47
48
49def metadata_file(base_dir: Path | str | None = None) -> Path:

Callers 3

__init__Method · 0.90
primary_source_fileFunction · 0.85
mirror_source_filesFunction · 0.85

Calls 1

resolve_legado_dirFunction · 0.85

Tested by

no test coverage detected