MCPcopy Create free account
hub / github.com/chhoumann/quickadd / saveSettings

Method saveSettings

src/main.ts:477–482  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

475 }
476
477 async saveSettings() {
478 // Immediate, awaitable write (migrations rely on this). Supersede any pending
479 // debounced write so the same settings aren't redundantly rewritten after.
480 this.requestSave.cancel();
481 await this.saveData(this.settings);
482 }
483
484 private addCommandsForChoices(choices: IChoice[]) {
485 for (const choice of choices) {

Callers 7

announceUpdateMethod · 0.95
tryExecuteExportMethod · 0.80
migrate.test.tsFile · 0.80
migrateFunction · 0.80

Calls 1

cancelMethod · 0.45

Tested by

no test coverage detected