MCPcopy Create free account
hub / github.com/tirth8205/code-review-graph / WatchRepo

Class WatchRepo

code_review_graph/daemon.py:52–59  ·  view source on GitHub ↗

A single repository to watch.

Source from the content-addressed store, hash-verified

50
51@dataclass
52class WatchRepo:
53 """A single repository to watch."""
54
55 path: str
56 """Resolved absolute path to the repository root."""
57
58 alias: str
59 """Short name for this repo (derived from directory name when not specified)."""
60
61
62@dataclass

Calls

no outgoing calls