MCPcopy Create free account
hub / github.com/almariah/embed-code-file / loadSettings

Method loadSettings

main.ts:25–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23 }
24
25 async loadSettings() {
26 this.settings = Object.assign({}, DEFAULT_SETTINGS, await this.loadData());
27 }
28
29 async saveSettings() {
30 await this.saveData(this.settings);

Callers 1

onloadMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected