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

Method __init__

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

Source from the content-addressed store, hash-verified

517
518class LinuxSourceManager(SourceManager):
519 def __init__(self, location: Path | None = None) -> None:
520 super().__init__(location)
521
522 self.patches: list[Path] = []
523 self._version: tuple[int, ...] = ()
524
525 def get_kernelversion(self) -> str:
526 return subprocess.run(

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected