MCPcopy Index your code
hub / github.com/Threadfin/Threadfin / showSettings

Function showSettings

html/js/settings_ts.js:653–658  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

651 }
652}
653function showSettings() {
654 console.log("SETTINGS");
655 for (let i = 0; i < settingsCategory.length; i++) {
656 settingsCategory[i].createCategory();
657 }
658}
659function saveSettings() {
660 console.log("Save Settings");
661 var cmd = "saveSettings";

Callers 1

showMethod · 0.70

Calls 1

createCategoryMethod · 0.45

Tested by

no test coverage detected