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

Class BuildConfigModule

tools/project.py:377–382  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

375
376# Module configuration
377class BuildConfigModule(TypedDict):
378 name: str
379 module_id: int
380 ldscript: str
381 entry: str
382 units: List[BuildConfigUnit]
383
384
385# Module link configuration

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected