MCPcopy Index your code
hub / github.com/DeepLabCut/DeepLabCut / git_last_touched

Function git_last_touched

tools/docs_and_notebooks_check.py:469–470  ·  view source on GitHub ↗
(repo_root: Path, rel_path: str)

Source from the content-addressed store, hash-verified

467
468
469def git_last_touched(repo_root: Path, rel_path: str) -> date | None:
470 return _git_log_date(repo_root, rel_path)
471
472
473def git_last_content_updated(repo_root: Path, rel_path: str) -> tuple[date | None, bool]:

Callers 2

git_last_content_updatedFunction · 0.85
scan_filesFunction · 0.85

Calls 1

_git_log_dateFunction · 0.85

Tested by

no test coverage detected