Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
saveRules
Method · 0.80
saveStandardModelState
Function · 0.80
renderModelSelector
Function · 0.80
showStandardCustomModelInput
Function · 0.80
renderProviderUrlSetting
Function · 0.80
render
Method · 0.80
displayOllamaModelDropdown
Method · 0.80
updateCustomSettings
Method · 0.80
testConnection
Method · 0.80
display
Method · 0.80
createNewPromptForm
Method · 0.80
displayPromptList
Method · 0.80
Calls
1
normalizeSettings
Function · 0.90
Tested by
no test coverage detected