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

Function defaults

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

Source from the content-addressed store, hash-verified

16733
16734 // Pick the first defined of two or three arguments.
16735 function defaults(a, b, c) {
16736 if (a != null) {
16737 return a;
16738 }
16739 if (b != null) {
16740 return b;
16741 }
16742 return c;
16743 }
16744
16745 function currentDateArray(config) {
16746 // hooks is actually the exported moment object

Callers 2

configFromArrayFunction · 0.85
dayOfYearFromWeekInfoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected