MCPcopy
hub / github.com/remotely-save/remotely-save / saveSettings

Method saveSettings

src/main.ts:1513–1519  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1511 }
1512
1513 async saveSettings() {
1514 if (this.settings.obfuscateSettingFile) {
1515 await this.saveData(normalConfigToMessy(this.settings));
1516 } else {
1517 await this.saveData(this.settings);
1518 }
1519 }
1520
1521 /**
1522 * After 202403 the data should be of profile based.

Callers 15

syncRunMethod · 0.95
configSaverMethod · 0.95
onloadMethod · 0.95
loadSettingsMethod · 0.95
checkIfOauthExpiresMethod · 0.95
onOpenMethod · 0.80
onOpenMethod · 0.80
onOpenMethod · 0.80
onOpenMethod · 0.80
onOpenMethod · 0.80

Calls 1

normalConfigToMessyFunction · 0.90

Tested by

no test coverage detected