Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
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)
70
class
ContentDup:
71
gz_path: str
72
short_path: str
73
canonical_source: str
74
75
76
Decision = Union[Work, SizeSkip, AlreadyStored, FilterSkip, Symlink, ContentDup]
Callers
2
test_buckets_each_decision_type
Method · 0.90
classify
Method · 0.85
Calls
no outgoing calls
Tested by
1
test_buckets_each_decision_type
Method · 0.72