MCPcopy Create free account
hub / github.com/DTStack/molecule / getSettings

Method getSettings

src/services/settingsService.ts:134–137  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

132 }
133
134 public getSettings(): ISettings {
135 const builtInSettings = this.getBuiltInSettings();
136 return Object.assign({}, this.settings, builtInSettings);
137 }
138
139 public applySettings(nextSettings: ISettings) {
140 const oldSettings = this.settings;

Callers 1

openSettingsInEditorMethod · 0.95

Calls 1

getBuiltInSettingsMethod · 0.95

Tested by

no test coverage detected