MCPcopy Index your code
hub / github.com/feiyu563/PrometheusAlert / extend

Function extend

static/plugins/chart.js/Chart.bundle.js:14777–14793  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

14775 }
14776
14777 function extend(a, b) {
14778 for (var i in b) {
14779 if (hasOwnProp(b, i)) {
14780 a[i] = b[i];
14781 }
14782 }
14783
14784 if (hasOwnProp(b, 'toString')) {
14785 a.toString = b.toString;
14786 }
14787
14788 if (hasOwnProp(b, 'valueOf')) {
14789 a.valueOf = b.valueOf;
14790 }
14791
14792 return a;
14793 }
14794
14795 function createUTC (input, format, locale, strict) {
14796 return createLocalOrUTC(input, format, locale, strict, true).utc();

Callers 7

Chart.jsFile · 0.70
Chart.bundle.jsFile · 0.70
createInvalidFunction · 0.70
deprecateFunction · 0.70
mergeConfigsFunction · 0.70
configFromStringAndArrayFunction · 0.70
parsingFlagsFunction · 0.70

Calls 1

hasOwnPropFunction · 0.85

Tested by

no test coverage detected