MCPcopy Create free account
hub / github.com/ClangBuiltLinux/tc-build / __init__

Method __init__

tc_build/rust.py:119–123  ·  view source on GitHub ↗
(self, repo: Path)

Source from the content-addressed store, hash-verified

117
118class RustSourceManager(GitSourceManager):
119 def __init__(self, repo: Path) -> None:
120 super().__init__(repo)
121
122 self._pretty_name = 'Rust'
123 self._repo_url = 'https://github.com/rust-lang/rust.git'

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected