MCPcopy Create free account
hub / github.com/917Dhj/DeepPaperNote / is_probable_paper_folder

Function is_probable_paper_folder

scripts/common.py:1467–1471  ·  view source on GitHub ↗
(path: Path)

Source from the content-addressed store, hash-verified

1465
1466
1467def is_probable_paper_folder(path: Path) -> bool:
1468 if not path.is_dir():
1469 return False
1470 marker = path / f"{path.name}.md"
1471 return marker.exists()
1472
1473
1474def existing_domain_dirs(config: dict[str, Any]) -> list[str]:

Callers 1

existing_domain_dirsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected