Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/idank/explainshell
/ ExtractionOutcome
Class
ExtractionOutcome
explainshell/extraction/types.py:63–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
62
63
class
ExtractionOutcome(enum.Enum):
64
SUCCESS =
"success"
65
SKIPPED =
"skipped"
66
FAILED =
"failed"
67
68
69
@dataclass
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected