| 375 | |
| 376 | # Module configuration |
| 377 | class 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 |
nothing calls this directly
no outgoing calls
no test coverage detected