MCPcopy 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)
61class 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

classifyMethod · 0.85

Calls

no outgoing calls