Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ BuildConfigUnit
Class
BuildConfigUnit
tools/project.py:314–317 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
312
313
# Unit configuration
314
class
BuildConfigUnit(TypedDict):
315
object: Optional[str]
316
name: str
317
autogenerated: bool
318
319
320
# Module configuration
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected