MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / BuildConfigModule

Class BuildConfigModule

tools/project.py:321–326  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

319
320# Module configuration
321class 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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected