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

Function add_category

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

Source from the content-addressed store, hash-verified

1745
1746 # Add progress categories
1747 def add_category(id: str, name: str):
1748 objdiff_config["progress_categories"].append(
1749 {
1750 "id": id,
1751 "name": name,
1752 }
1753 )
1754
1755 if len(build_config["modules"]) > 0:
1756 add_category("dol", "DOL")

Callers 1

generate_objdiff_configFunction · 0.85

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected