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

Function add_category

tools/project.py:1538–1544  ·  view source on GitHub ↗
(id: str, name: str)

Source from the content-addressed store, hash-verified

1536
1537 # Add progress categories
1538 def add_category(id: str, name: str):
1539 objdiff_config["progress_categories"].append(
1540 {
1541 "id": id,
1542 "name": name,
1543 }
1544 )
1545
1546 if len(build_config["modules"]) > 0:
1547 add_category("dol", "DOL")

Callers 2

generate_objdiff_configFunction · 0.85
calculate_progressFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected