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

Function deprecateSimple

code/gmane/Chart.bundle.js:2351–2356  ·  view source on GitHub ↗
(name, msg)

Source from the content-addressed store, hash-verified

2349 var deprecations = {};
2350
2351 function deprecateSimple(name, msg) {
2352 if (!deprecations[name]) {
2353 warn(msg);
2354 deprecations[name] = true;
2355 }
2356 }
2357
2358 utils_hooks__hooks.suppressDeprecationWarnings = false;
2359

Callers 1

createAdderFunction · 0.85

Calls 1

warnFunction · 0.85

Tested by

no test coverage detected