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

Function working_source_file

scripts/legado_paths.py:39–41  ·  view source on GitHub ↗

内部工作库存:`sources/legado/main/working.json`。

(base_dir: Path | str | None = None)

Source from the content-addressed store, hash-verified

37
38
39def working_source_file(base_dir: Path | str | None = None) -> Path:
40 """内部工作库存:`sources/legado/main/working.json`。"""
41 return resolve_legado_dir(base_dir) / "main" / "working.json"
42
43
44def compatibility_source_file(base_dir: Path | str | None = None) -> Path:

Callers 1

__init__Method · 0.90

Calls 1

resolve_legado_dirFunction · 0.85

Tested by

no test coverage detected