| 319 | |
| 320 | # Module configuration |
| 321 | class BuildConfigModule(TypedDict): |
| 322 | name: str |
| 323 | module_id: int |
| 324 | ldscript: str |
| 325 | entry: str |
| 326 | units: List[BuildConfigUnit] |
| 327 | |
| 328 | |
| 329 | # Module link configuration |
nothing calls this directly
no outgoing calls
no test coverage detected