Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crisxuan/bestJavaer
/ repo_root
Function
repo_root
scripts/check_article_quality.py:85–86 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
83
84
85
def
repo_root() -> Path:
86
return
Path(run_git([
"rev-parse"
,
"--show-toplevel"
]).strip()).resolve()
87
88
89
def
is_article_path(path: Path) -> bool:
Callers
1
check_files
Function · 0.85
Calls
1
run_git
Function · 0.85
Tested by
no test coverage detected