MCPcopy Index your code
hub / github.com/Doorman11991/smallcode / RepoSpec

Class RepoSpec

scripts/rag_scraper.py:60–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58
59@dataclass
60class RepoSpec:
61 url: str
62 tags: List[str]
63 name: Optional[str] = None
64 max_files: Optional[int] = None
65 max_snippets: Optional[int] = None
66
67
68def run_git(args: Sequence[str], cwd: Optional[Path] = None) -> None:

Callers 3

load_curatedFunction · 0.85
load_configFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected