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

Class FailureEntry

explainshell/extraction/report.py:126–131  ·  view source on GitHub ↗

One file that failed extraction, with classification.

Source from the content-addressed store, hash-verified

124
125
126class FailureEntry(BaseModel):
127 """One file that failed extraction, with classification."""
128
129 path: str
130 reason_class: str | None = None
131 message: str
132
133
134class SkipEntry(BaseModel):

Callers 1

on_resultFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected