MCPcopy Create free account
hub / github.com/crisxuan/bestJavaer / repo_relative

Function repo_relative

scripts/check_article_quality.py:248–252  ·  view source on GitHub ↗
(path: Path, root: Path)

Source from the content-addressed store, hash-verified

246
247
248def repo_relative(path: Path, root: Path) -> Path | None:
249 try:
250 return path.resolve(strict=False).relative_to(root)
251 except ValueError:
252 return None
253
254
255def looks_like_local_absolute_path(path: str) -> bool:

Callers 1

local_image_issueFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected