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

Function warn

static/plugins/chart.js/Chart.bundle.js:14998–15003  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

14996 }
14997
14998 function warn(msg) {
14999 if (hooks.suppressDeprecationWarnings === false &&
15000 (typeof console !== 'undefined') && console.warn) {
15001 console.warn('Deprecation warning: ' + msg);
15002 }
15003 }
15004
15005 function deprecate(msg, fn) {
15006 var firstTime = true;

Callers 3

failFunction · 0.85
deprecateFunction · 0.85
deprecateSimpleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected