MCPcopy Create free account
hub / github.com/Threadfin/Threadfin / showSettings

Function showSettings

ts/settings_ts.ts:855–862  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

853}
854
855function showSettings() {
856 console.log("SETTINGS");
857
858 for (let i = 0; i < settingsCategory.length; i++) {
859 settingsCategory[i].createCategory()
860 }
861
862}
863
864function saveSettings() {
865 console.log("Save Settings");

Callers 1

showMethod · 0.70

Calls 1

createCategoryMethod · 0.45

Tested by

no test coverage detected