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

Class SourceManager

tc_build/source.py:91–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89
90
91class SourceManager:
92 def __init__(self, location: Path | None = None) -> None:
93 self.location: Path = location or tc_build.utils.UNINIT_PATH
94 self.tarball = Tarball()
95
96
97class GitSourceManager:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected