MCPcopy Create free account
hub / github.com/UNLINEARITY/Obsidian-CodeSpace / loadSettings

Method loadSettings

src/main.ts:298–301  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

296 }
297
298 async loadSettings() {
299 this.settings = Object.assign({}, DEFAULT_SETTINGS, await this.loadData() as CodeSpaceSettings);
300 this.settings.ignoredFiles = this.normalizeIgnoredFiles(this.settings.ignoredFiles);
301 }
302
303 async saveSettings() {
304 await this.saveData(this.settings);

Callers 1

onloadMethod · 0.95

Calls 1

normalizeIgnoredFilesMethod · 0.95

Tested by

no test coverage detected