MCPcopy Create free account
hub / github.com/microsoft/SandDance / _settingsMergeWith

Function _settingsMergeWith

docs/app/js/sanddance-app.js:24341–24345  ·  view source on GitHub ↗
(newSettings)

Source from the content-addressed store, hash-verified

24339 return typeof settings === "function";
24340}
24341function _settingsMergeWith(newSettings) {
24342 return function(settings) {
24343 return newSettings ? (0, _tslib.__assign)((0, _tslib.__assign)({}, settings), newSettings) : settings;
24344 };
24345}
24346function _scopedSettingsMergeWith(scopedSettingsFromProps) {
24347 if (scopedSettingsFromProps === void 0) scopedSettingsFromProps = {};
24348 return function(oldScopedSettings) {

Callers 1

mergeSettingsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected