Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClangBuiltLinux/tc-build
/ Folders
Class
Folders
tc_build/builder.py:14–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
13
14
class
Folders:
15
def
__init__(self) -> None:
16
self.build: Path = tc_build.utils.UNINIT_PATH
17
self.install: Path = tc_build.utils.UNINIT_PATH
18
self.source: Path = tc_build.utils.UNINIT_PATH
19
20
21
class
Builder:
Callers
1
__init__
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected