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

Method __init__

tc_build/source.py:92–94  ·  view source on GitHub ↗
(self, location: Path | None = None)

Source from the content-addressed store, hash-verified

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 1

TarballClass · 0.85

Tested by

no test coverage detected