Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClangBuiltLinux/tc-build
/ __init__
Method
__init__
tc_build/builder.py:22–24 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
20
21
class
Builder:
22
def
__init__(self) -> None:
23
self.folders: Folders = Folders()
24
self.show_commands: bool = False
25
26
def
build(self) -> None:
27
raise
NotImplementedError
Callers
nothing calls this directly
Calls
1
Folders
Class · 0.85
Tested by
no test coverage detected