Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crisxuan/bestJavaer
/ Failure
Class
Failure
scripts/check_article_quality.py:65–69 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
64
@dataclass(frozen=True)
65
class
Failure:
66
path: Path
67
metrics: Metrics
68
issues: tuple[str, ...]
69
image_issues: tuple[ImageIssue, ...] = ()
70
71
72
def
run_git(args: list[str], *, check: bool = True) -> str:
Callers
1
check_files
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected