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

Method getSettings

src/services/settingsService.ts:43–43  ·  view source on GitHub ↗

* Get the settings object

()

Source from the content-addressed store, hash-verified

41 * Get the settings object
42 */
43 getSettings(): ISettings;
44 /**
45 * It converts an object to a flatted object,
46 * eg: { a: { b: 'test' }}, result is : { 'a.b': 'test' }.

Callers 1

Implementers 1

SettingsServicesrc/services/settingsService.ts

Calls

no outgoing calls

Tested by

no test coverage detected