MCPcopy
hub / github.com/SilentVoid13/Templater / save_settings

Method save_settings

src/main.ts:59–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

57 }
58
59 async save_settings(): Promise<void> {
60 await this.saveData(this.settings);
61 }
62
63 async load_settings(): Promise<void> {
64 this.settings = Object.assign(

Calls

no outgoing calls

Tested by

no test coverage detected