MCPcopy Create free account
hub / github.com/NVIDIA/OpenShell / _repo_root

Function _repo_root

tasks/scripts/release.py:43–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41
42
43def _repo_root() -> Path:
44 return Path(__file__).resolve().parents[2]
45
46
47def _run(cmd: list[str], *, env: dict[str, str] | None = None) -> None:

Callers 1

_gitFunction · 0.85

Calls 1

resolveMethod · 0.45

Tested by

no test coverage detected