MCPcopy Create free account
hub / github.com/idank/explainshell / GitInfo

Class GitInfo

explainshell/extraction/report.py:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12
13
14class GitInfo(BaseModel):
15 commit: str | None
16 commit_short: str | None
17 dirty: bool | None
18
19
20class ExtractConfig(BaseModel):

Callers 2

extractFunction · 0.90
_make_reportMethod · 0.90

Calls

no outgoing calls

Tested by 1

_make_reportMethod · 0.72