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

Class ExtractSummary

explainshell/extraction/report.py:33–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31
32
33class ExtractSummary(BaseModel):
34 succeeded: int
35 skipped: int
36 failed: int
37 prefilter_skipped: int = 0
38 symlinks_mapped: int = 0
39 content_deduped: int = 0
40 interrupted: bool = False
41 fatal_error: str | None = None
42
43
44class DbCounts(BaseModel):

Callers 4

extractFunction · 0.90
_make_reportMethod · 0.90

Calls

no outgoing calls

Tested by 3

_make_reportMethod · 0.72