MCPcopy Create free account
hub / github.com/doldecomp/mkdd / BuildConfigUnit

Class BuildConfigUnit

tools/project.py:370–373  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

368
369# Unit configuration
370class BuildConfigUnit(TypedDict):
371 object: Optional[str]
372 name: str
373 autogenerated: bool
374
375
376# Module configuration

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected