MCPcopy Create free account
hub / github.com/FSGModding/FSG_Mod_Assistant / addTitle

Method addTitle

lib/modCheckLib.js:1634–1636  ·  view source on GitHub ↗

* Add a title to a badge * @param {string} key badge id * @param {string} cls title to add

(key, title)

Source from the content-addressed store, hash-verified

1632 * @param {string} cls title to add
1633 */
1634 addTitle(key, title) {
1635 this.#addExtra(key, 'title', title)
1636 }
1637
1638 /**
1639 * Remove a title from a badge

Callers 1

#doModBadgeMethod · 0.95

Calls 1

#addExtraMethod · 0.95

Tested by

no test coverage detected