MCPcopy Index your code
hub / github.com/csev/py4e / warn

Function warn

code/gmane/Chart.bundle.js:2331–2335  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

2329 }
2330
2331 function warn(msg) {
2332 if (utils_hooks__hooks.suppressDeprecationWarnings === false && typeof console !== 'undefined' && console.warn) {
2333 console.warn('Deprecation warning: ' + msg);
2334 }
2335 }
2336
2337 function deprecate(msg, fn) {
2338 var firstTime = true;

Callers 2

deprecateFunction · 0.85
deprecateSimpleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected