MCPcopy Create free account
hub / github.com/Xallt/sync-graph-settings / loadSettings

Method loadSettings

main.ts:118–120  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

116 }
117
118 async loadSettings() {
119 this.settings = Object.assign({}, DEFAULT_SETTINGS, await this.loadData());
120 }
121
122 async syncGlobalToLocal() {
123 const configDir = this.app.vault.configDir;

Callers 1

onloadMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected