Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/idank/explainshell
/ Symlink
Class
Symlink
explainshell/extraction/prefilter.py:61–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
60
@dataclass(frozen=True)
61
class
Symlink:
62
gz_path: str
63
short_path: str
64
canonical_source: str
65
stale_in_db: bool
66
canonical_in_inputs: bool
67
68
69
@dataclass(frozen=True)
Callers
3
test_stale_symlink_deletes_db_row
Method · 0.90
test_fresh_symlink_no_delete
Method · 0.90
classify
Method · 0.85
Calls
no outgoing calls
Tested by
2
test_stale_symlink_deletes_db_row
Method · 0.72
test_fresh_symlink_no_delete
Method · 0.72