MCPcopy Create free account
hub / github.com/CatMuse/HiNote / saveSettings

Method saveSettings

main.ts:73–77  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

71 }
72
73 async saveSettings() {
74 const existingData = await this.loadData();
75 this.settings = normalizeSettings(this.settings, existingData);
76 await this.saveData(this.settings);
77 }
78}

Callers 14

saveRulesMethod · 0.80
saveStandardModelStateFunction · 0.80
renderModelSelectorFunction · 0.80
renderProviderUrlSettingFunction · 0.80
renderMethod · 0.80
updateCustomSettingsMethod · 0.80
testConnectionMethod · 0.80
displayMethod · 0.80
createNewPromptFormMethod · 0.80
displayPromptListMethod · 0.80

Calls 1

normalizeSettingsFunction · 0.90

Tested by

no test coverage detected