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

Class ContentDup

explainshell/extraction/prefilter.py:70–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68
69@dataclass(frozen=True)
70class ContentDup:
71 gz_path: str
72 short_path: str
73 canonical_source: str
74
75
76Decision = Union[Work, SizeSkip, AlreadyStored, FilterSkip, Symlink, ContentDup]

Callers 2

classifyMethod · 0.85

Calls

no outgoing calls

Tested by 1