MCPcopy Index your code
hub / github.com/idank/explainshell / SkipEntry

Class SkipEntry

explainshell/extraction/report.py:134–139  ·  view source on GitHub ↗

One file the extractor intentionally skipped, with classification.

Source from the content-addressed store, hash-verified

132
133
134class SkipEntry(BaseModel):
135 """One file the extractor intentionally skipped, with classification."""
136
137 path: str
138 reason_class: str | None = None
139 message: str
140
141
142class ExtractionReport(BaseModel):

Callers 1

on_resultFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected